From: Andreas Krebbel Date: Wed, 7 Jul 2021 12:05:00 +0000 (+0200) Subject: IBM Z: Add another arch14 instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4cc3b47ec2c4bdb1892db7e9759f90576742f31;p=binutils-gdb.git 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. --- diff --git a/gas/testsuite/gas/s390/zarch-arch14.d b/gas/testsuite/gas/s390/zarch-arch14.d index 97c4fd54719..8af749922ff 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 830382f0ac5..e7051bb50cc 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 aa00b4f3b69..dfd5617f0ae 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