mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
15b5c1833a
commit
248420797d
2 changed files with 3 additions and 1 deletions
|
@ -278,6 +278,7 @@ static const unsigned char formats[][6] = {
|
||||||
[INSTR_SIL_RDI] = { D_20, B_16, I16_32, 0, 0, 0 },
|
[INSTR_SIL_RDI] = { D_20, B_16, I16_32, 0, 0, 0 },
|
||||||
[INSTR_SIL_RDU] = { D_20, B_16, U16_32, 0, 0, 0 },
|
[INSTR_SIL_RDU] = { D_20, B_16, U16_32, 0, 0, 0 },
|
||||||
[INSTR_SIY_IRD] = { D20_20, B_16, I8_8, 0, 0, 0 },
|
[INSTR_SIY_IRD] = { D20_20, B_16, I8_8, 0, 0, 0 },
|
||||||
|
[INSTR_SIY_RD] = { D20_20, B_16, 0, 0, 0, 0 },
|
||||||
[INSTR_SIY_URD] = { D20_20, B_16, U8_8, 0, 0, 0 },
|
[INSTR_SIY_URD] = { D20_20, B_16, U8_8, 0, 0, 0 },
|
||||||
[INSTR_SI_RD] = { D_20, B_16, 0, 0, 0, 0 },
|
[INSTR_SI_RD] = { D_20, B_16, 0, 0, 0, 0 },
|
||||||
[INSTR_SI_URD] = { D_20, B_16, U8_8, 0, 0, 0 },
|
[INSTR_SI_URD] = { D_20, B_16, U8_8, 0, 0, 0 },
|
||||||
|
|
|
@ -276,6 +276,7 @@ b285 lpctl S_RD
|
||||||
b286 qsi S_RD
|
b286 qsi S_RD
|
||||||
b287 lsctl S_RD
|
b287 lsctl S_RD
|
||||||
b28e qctri S_RD
|
b28e qctri S_RD
|
||||||
|
b28f qpaci S_RD
|
||||||
b299 srnm S_RD
|
b299 srnm S_RD
|
||||||
b29c stfpc S_RD
|
b29c stfpc S_RD
|
||||||
b29d lfpc S_RD
|
b29d lfpc S_RD
|
||||||
|
@ -1098,7 +1099,7 @@ eb61 stric RSY_RDRU
|
||||||
eb62 mric RSY_RDRU
|
eb62 mric RSY_RDRU
|
||||||
eb6a asi SIY_IRD
|
eb6a asi SIY_IRD
|
||||||
eb6e alsi SIY_IRD
|
eb6e alsi SIY_IRD
|
||||||
eb71 lpswey SIY_URD
|
eb71 lpswey SIY_RD
|
||||||
eb7a agsi SIY_IRD
|
eb7a agsi SIY_IRD
|
||||||
eb7e algsi SIY_IRD
|
eb7e algsi SIY_IRD
|
||||||
eb80 icmh RSY_RURD
|
eb80 icmh RSY_RURD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue