diff options
author | Nick Clifton <nickc@redhat.com> | 2015-11-02 14:37:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-11-02 14:37:33 +0000 |
commit | 854eb72b00ba46d65ce36dc3432f01e223ce44cb (patch) | |
tree | 18788cd50dc3359a7d71b3036252d8da777ce4f1 /include/opcode/rx.h | |
parent | e292aa7a9529771c04e9578a2307b8c95bb5591c (diff) | |
download | fsf-binutils-gdb-854eb72b00ba46d65ce36dc3432f01e223ce44cb.zip fsf-binutils-gdb-854eb72b00ba46d65ce36dc3432f01e223ce44cb.tar.gz fsf-binutils-gdb-854eb72b00ba46d65ce36dc3432f01e223ce44cb.tar.bz2 |
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.
Diffstat (limited to 'include/opcode/rx.h')
-rw-r--r-- | include/opcode/rx.h | 4 |
1 files changed, 4 insertions, 0 deletions
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, |