[binutils-gdb/binutils-2_37-branch] IBM Z: Add another arch14 instruction

Andreas Krebbel krebbel@sourceware.org
Wed Aug 4 15:46:29 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d2cb9c60a5fa2d2ffbc6bed1e8eef0e463abdf7c

commit d2cb9c60a5fa2d2ffbc6bed1e8eef0e463abdf7c
Author: Andreas Krebbel <krebbel@linux.ibm.com>
Date:   Wed Jul 7 14:05:00 2021 +0200

    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.
    
    (cherry picked from commit e4cc3b47ec2c4bdb1892db7e9759f90576742f31)

Diff:
---
 gas/testsuite/gas/s390/zarch-arch14.d | 1 +
 gas/testsuite/gas/s390/zarch-arch14.s | 1 +
 opcodes/s390-opc.txt                  | 2 ++
 3 files changed, 4 insertions(+)

diff --git a/gas/testsuite/gas/s390/zarch-arch14.d b/gas/testsuite/gas/s390/zarch-arch14.d
index 775bbc2a5d1..62db69ccb2d 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 00 68 f0 fd 71 [	 ]*lpswey	-10000\(%r6\)
 .*:	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 9544faa9332..c887a8895bb 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)
 	lbear	4000(%r6)
 	stbear	4000(%r6)
+	qpaci	4095(%r5)
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt
index 20022340711..ad4b6aebc2b 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_RD " " arch14 zarch
 b200 lbear S_RD " " arch14 zarch
 b201 stbear S_RD " " arch14 zarch
+
+b28f qpaci S_RD " " arch14 zarch


More information about the Binutils-cvs mailing list