From: Jackie Smith Cashion Date: Thu, 15 Aug 1996 15:29:41 +0000 (+0000) Subject: Thu Aug 15 16:28:41 1996 James G. Smith X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5247a22a885f372c299cc2c215302a17a88605b8;p=binutils-gdb.git Thu Aug 15 16:28:41 1996 James G. Smith * arm-opc.h: Added "bx" instruction definition. --- diff --git a/opcodes/arm-opc.h b/opcodes/arm-opc.h index 82ad208424d..c1f544374b1 100644 --- a/opcodes/arm-opc.h +++ b/opcodes/arm-opc.h @@ -55,6 +55,7 @@ struct arm_opcode { static struct arm_opcode arm_opcodes[] = { /* ARM instructions */ + {0x012FFF10, 0x0ffffff0, "bx%c\t%0-3r"}, {0x00000090, 0x0fe000f0, "mul%c%20's\t%16-19r, %0-3r, %8-11r"}, {0x00200090, 0x0fe000f0, "mla%c%20's\t%16-19r, %0-3r, %8-11r, %12-15r"}, {0x01000090, 0x0fb00ff0, "swp%c%22'b\t%12-15r, %0-3r, [%16-19r]"},