diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2017-10-09 18:37:53 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2017-10-09 18:37:53 +0200 |
commit | 8e464506d2131fc931c4f81a22cc7125b7adf434 (patch) | |
tree | f58b36e6d15bab8b6c964582a96f6df6b784a542 /opcodes/s390-opc.txt | |
parent | ee6767daf13a13867f8e716c2a53b748ab0da536 (diff) | |
download | gdb-8e464506d2131fc931c4f81a22cc7125b7adf434.zip gdb-8e464506d2131fc931c4f81a22cc7125b7adf434.tar.gz gdb-8e464506d2131fc931c4f81a22cc7125b7adf434.tar.bz2 |
S/390: Sync with latest POP - 3 new instructions
prno, tpei, and irbm are missing in the optable.
gas/ChangeLog:
2017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* testsuite/gas/s390/zarch-arch12.d (prno, tpei, irbm): New
instructions added.
* testsuite/gas/s390/zarch-arch12.s: Likewise.
* testsuite/gas/s390/zarch-z13.d: Rename ppno to prno.
opcodes/ChangeLog:
2017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* s390-opc.txt (prno, tpei, irbm): New instructions added.
Diffstat (limited to 'opcodes/s390-opc.txt')
-rw-r--r-- | opcodes/s390-opc.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index 67683b1..0683bc0 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -1876,3 +1876,7 @@ e30000000049 stgsc RXY_RRRD "store guarded storage controls" arch12 zarch # Message-Security-Assist Extension 8 b929 kma RRF_R0RR "cipher message with galois counter mode" arch12 zarch + +b93c prno RRE_RR "perform pseudorandom number operation" arch12 zarch +b9a1 tpei RRE_RR "test pending external interruption" arch12 zarch +b9ac irbm RRE_RR "insert reference bits multiple" arch12 zarch |