aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.ibm.com>2021-07-07 14:05:00 +0200
committerAndreas Krebbel <krebbel@linux.ibm.com>2021-07-07 14:11:43 +0200
commite4cc3b47ec2c4bdb1892db7e9759f90576742f31 (patch)
tree9b61dd1237c79f0b982548372bc08880b63200ce /gas
parentf07afc65d018b3dc3f33e28223ba53ddf4682bbc (diff)
downloadgdb-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.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/gas/s390/zarch-arch14.d1
-rw-r--r--gas/testsuite/gas/s390/zarch-arch14.s1
2 files changed, 2 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)