Disassemble 'add rX, rY, #0' as 'mov rX, rY'.

This commit is contained in:
Nick Clifton 1998-06-09 21:30:56 +00:00
parent fadce6f696
commit c36224ac5a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Jun 9 14:27:57 1998 Nick Clifton <nickc@cygnus.com>
* arm-opc.h (thumb_opcodes): Display 'add rx, rY, #0' insns as
'mov rX, rY'. Patch courtesy of Tony Thompson <Tony.Thompson@arm.com>
Mon Jun 8 18:17:21 1998 Nick Clifton <nickc@cygnus.com>
* d30v-opc.c: Remove FALG_MUL32 attribyte from MULX2H insn.

View File

@ -173,6 +173,7 @@ static struct thumb_opcode thumb_opcodes[] =
{
/* Thumb instructions */
{0x46C0, 0xFFFF, "nop\t\t\t(mov r8,r8)"}, /* format 5 instructions do not update the PSR */
{0x1C00, 0xFFC0, "mov\t%0-2r, %3-5r\t\t(add %0-2r, %3-5r, #%6-8d)"},
/* format 4 */
{0x4000, 0xFFC0, "and\t%0-2r, %3-5r"},
{0x4040, 0xFFC0, "eor\t%0-2r, %3-5r"},