diff options
author | Andreas Krebbel <krebbel@linux.ibm.com> | 2021-07-07 14:05:00 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.ibm.com> | 2021-07-07 14:11:43 +0200 |
commit | e4cc3b47ec2c4bdb1892db7e9759f90576742f31 (patch) | |
tree | 9b61dd1237c79f0b982548372bc08880b63200ce | |
parent | f07afc65d018b3dc3f33e28223ba53ddf4682bbc (diff) | |
download | gdb-e4cc3b47ec2c4bdb1892db7e9759f90576742f31.zip gdb-e4cc3b47ec2c4bdb1892db7e9759f90576742f31.tar.gz gdb-e4cc3b47ec2c4bdb1892db7e9759f90576742f31.tar.bz2 |
IBM Z: Add another arch14 instruction
opcodes/
* opcodes/s390-opc.txt: Add qpaci.
gas/
* testsuite/gas/s390/zarch-arch14.d: Add qpaci.
* testsuite/gas/s390/zarch-arch14.s: Add qpaci.
-rw-r--r-- | gas/testsuite/gas/s390/zarch-arch14.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/s390/zarch-arch14.s | 1 | ||||
-rw-r--r-- | opcodes/s390-opc.txt | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/gas/s390/zarch-arch14.d b/gas/testsuite/gas/s390/zarch-arch14.d index 97c4fd5..8af7499 100644 --- a/gas/testsuite/gas/s390/zarch-arch14.d +++ b/gas/testsuite/gas/s390/zarch-arch14.d @@ -28,4 +28,5 @@ Disassembly of section .text: .*: eb fd 68 f0 fd 71 [ ]*lpswey -10000\(%r6\),253 .*: b2 00 6f a0 [ ]*lbear 4000\(%r6\) .*: b2 01 6f a0 [ ]*stbear 4000\(%r6\) +.*: b2 8f 5f ff [ ]*qpaci 4095\(%r5\) .*: 07 07 [ ]*nopr %r7 diff --git a/gas/testsuite/gas/s390/zarch-arch14.s b/gas/testsuite/gas/s390/zarch-arch14.s index 830382f..e7051bb 100644 --- a/gas/testsuite/gas/s390/zarch-arch14.s +++ b/gas/testsuite/gas/s390/zarch-arch14.s @@ -22,3 +22,4 @@ foo: lpswey -10000(%r6),253 lbear 4000(%r6) stbear 4000(%r6) + qpaci 4095(%r5) diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index aa00b4f..dfd5617 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -2044,3 +2044,5 @@ b98B rdp RRF_RURR2 " " arch14 zarch optparm eb0000000071 lpswey SIY_URD " " arch14 zarch b200 lbear S_RD " " arch14 zarch b201 stbear S_RD " " arch14 zarch + +b28f qpaci S_RD " " arch14 zarch |