From 854eb72b00ba46d65ce36dc3432f01e223ce44cb Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 2 Nov 2015 14:37:33 +0000 Subject: 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. --- include/opcode/ChangeLog | 4 ++++ include/opcode/rx.h | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'include') diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 18361ec..b0fff81 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,9 @@ 2015-11-02 Nick Clifton + * rx.h (enum RX_Opcode_ID): Add more NOP opcodes. + +2015-11-02 Nick Clifton + * rx.h (enum RX_Operand_Type): Add RX_Operand_Zero_Indirect. 2015-10-28 Yao Qi diff --git a/include/opcode/rx.h b/include/opcode/rx.h index 66a1b34..b8ef163 100644 --- a/include/opcode/rx.h +++ b/include/opcode/rx.h @@ -104,6 +104,10 @@ typedef enum RXO_nop, RXO_nop2, RXO_nop3, + RXO_nop4, + RXO_nop5, + RXO_nop6, + RXO_nop7, RXO_scmpu, RXO_smovu, -- cgit v1.1