diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-12-14 20:41:13 +0100 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-12-16 19:58:07 +0100 |
commit | 248420797d28c922507f9bfbcc64dbaa0c0a7f53 (patch) | |
tree | 0a0fd3ba7192e54d25112d7530af48ee82c16bcb /arch/s390/tools | |
parent | 15b5c1833afc80b952383502eb06529db2b26219 (diff) | |
download | linux-248420797d28c922507f9bfbcc64dbaa0c0a7f53.tar.gz linux-248420797d28c922507f9bfbcc64dbaa0c0a7f53.tar.bz2 linux-248420797d28c922507f9bfbcc64dbaa0c0a7f53.zip |
s390/disassembler: update opcode table
Sync with binutils: update opcode table to reflect the
instruction format update of the lpswey instruction, and
add the qpaci instruction.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/tools')
-rw-r--r-- | arch/s390/tools/opcodes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/tools/opcodes.txt b/arch/s390/tools/opcodes.txt index 6db9820d104a..5f008e794898 100644 --- a/arch/s390/tools/opcodes.txt +++ b/arch/s390/tools/opcodes.txt @@ -276,6 +276,7 @@ b285 lpctl S_RD b286 qsi S_RD b287 lsctl S_RD b28e qctri S_RD +b28f qpaci S_RD b299 srnm S_RD b29c stfpc S_RD b29d lfpc S_RD @@ -1098,7 +1099,7 @@ eb61 stric RSY_RDRU eb62 mric RSY_RDRU eb6a asi SIY_IRD eb6e alsi SIY_IRD -eb71 lpswey SIY_URD +eb71 lpswey SIY_RD eb7a agsi SIY_IRD eb7e algsi SIY_IRD eb80 icmh RSY_RURD |