Browse Source
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.users/ARM/embedded-binutils-2_26-branch
9 changed files with 131 additions and 23 deletions
@ -1 +1,8 @@ |
|||
nop |
|||
mov.l r0,r0 |
|||
mul #1,r0 |
|||
max r0,r0 |
|||
.byte 0x76, 0x10, 0x01, 0x00 |
|||
.byte 0x77, 0x10, 0x01, 0x00, 0x00 |
|||
.byte 0x74, 0x10, 0x01, 0x00, 0x00, 0x00 |
|||
max #0x80000000,r0 |
|||
|
|||
Loading…
Reference in new issue