Disassemble RX NOP instructions as such.
opcode * rx.h (enum RX_Opcode_ID): Add more NOP opcodes. opcodes * rx-decode.opc (rx_decode_opcode): Decode extra NOP instructions. * rx-decode.c: Regenerate. tests * gas/rx/max.d: Update expecetd disassembly. * gas/rx/nod.d: Likewise. * gas/rx/nop.sm: Add tests of more NOP instructions.
This commit is contained in:
parent
e292aa7a95
commit
854eb72b00
9 changed files with 131 additions and 23 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-11-02 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* rx.h (enum RX_Opcode_ID): Add more NOP opcodes.
|
||||
|
||||
2015-11-02 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* rx.h (enum RX_Operand_Type): Add RX_Operand_Zero_Indirect.
|
||||
|
|
|
@ -104,6 +104,10 @@ typedef enum
|
|||
RXO_nop,
|
||||
RXO_nop2,
|
||||
RXO_nop3,
|
||||
RXO_nop4,
|
||||
RXO_nop5,
|
||||
RXO_nop6,
|
||||
RXO_nop7,
|
||||
|
||||
RXO_scmpu,
|
||||
RXO_smovu,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue