diff options
author | Jens Remus <jremus@linux.ibm.com> | 2023-11-23 15:48:59 +0100 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.ibm.com> | 2023-11-23 15:51:03 +0100 |
commit | 6e1d1b2e7b2e12e53fa287387fbbca9c56dc29d0 (patch) | |
tree | b04f991a392a4d8a7ee34eeec1a08a2513d0df3e /opcodes | |
parent | 2bf1f788bd7941375af27741715af645faa1cee6 (diff) | |
download | gdb-6e1d1b2e7b2e12e53fa287387fbbca9c56dc29d0.zip gdb-6e1d1b2e7b2e12e53fa287387fbbca9c56dc29d0.tar.gz gdb-6e1d1b2e7b2e12e53fa287387fbbca9c56dc29d0.tar.bz2 |
s390: Correct prno instruction name
IBM z13 (arch11) introduced ppno (Perform Pseudorandom Number Operation).
IBM z14 (arch12) introduced prno (Perform Random Number Operation) and
deprecated ppno.
opcodes/
* s390-opc.txt: Correct prno instruction name.
Signed-off-by: Jens Remus <jremus@linux.ibm.com>
Reviewed-by: Andreas Krebbel <krebbel@linux.ibm.com>
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/s390-opc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index 674c0cf..853758b 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -1910,7 +1910,7 @@ e30000000049 stgsc RXY_RRRD "store guarded storage controls" arch12 zarch b929 kma RRF_R0RR "cipher message with galois counter mode" arch12 zarch -b93c prno RRE_RR "perform pseudorandom number operation" arch12 zarch +b93c prno RRE_RR "perform random number operation" arch12 zarch b9a1 tpei RRE_RR "test pending external interruption" arch12 zarch b9ac irbm RRE_RR "insert reference bits multiple" arch12 zarch |