S/390: Implement instruction set extensions
authorAndreas Krebbel <krebbel@linux.ibm.com>
Thu, 31 Jan 2019 16:01:27 +0000 (17:01 +0100)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Thu, 31 Jan 2019 16:40:23 +0000 (17:40 +0100)
commit126b2985ce48d879c9d829b2245e4f00d05a6a74
tree2d544ebcd5478273cd31cdc1ee6448c75fdb1628
parentd3357b4a6f1201b9675791b1731ed2a08fcd3070
S/390: Implement instruction set extensions

opcodes/ChangeLog:

2019-01-31  Andreas Krebbel  <krebbel@linux.ibm.com>

Backport from mainline
2019-01-31  Andreas Krebbel  <krebbel@linux.ibm.com>

* s390-mkopc.c (main): Accept arch13 as cpu string.
* s390-opc.c: Add new instruction formats and instruction opcode
masks.
* s390-opc.txt: Add new arch13 instructions.

include/ChangeLog:

2019-01-31  Andreas Krebbel  <krebbel@linux.ibm.com>

Backport from mainline
2019-01-31  Andreas Krebbel  <krebbel@linux.ibm.com>

* opcode/s390.h (enum s390_opcode_cpu_val): Add
S390_OPCODE_ARCH13.

gas/ChangeLog:

2019-01-31  Andreas Krebbel  <krebbel@linux.ibm.com>

Backport from mainline
2019-01-31  Andreas Krebbel  <krebbel@linux.ibm.com>

* config/tc-s390.c (s390_parse_cpu): New entry for arch13.
* doc/c-s390.texi: Document arch13 march option.
* testsuite/gas/s390/s390.exp: Run the arch13 related tests.
* testsuite/gas/s390/zarch-arch13.d: New test.
* testsuite/gas/s390/zarch-arch13.s: New test.
* testsuite/gas/s390/zarch-z13.d: Expect the renamed mnemonics
also for z13.
13 files changed:
gas/ChangeLog
gas/config/tc-s390.c
gas/doc/c-s390.texi
gas/testsuite/gas/s390/s390.exp
gas/testsuite/gas/s390/zarch-arch13.d [new file with mode: 0644]
gas/testsuite/gas/s390/zarch-arch13.s [new file with mode: 0644]
gas/testsuite/gas/s390/zarch-z13.d
include/ChangeLog
include/opcode/s390.h
opcodes/ChangeLog
opcodes/s390-mkopc.c
opcodes/s390-opc.c
opcodes/s390-opc.txt