aboutsummaryrefslogtreecommitdiff
path: root/opcodes/arm-opc.h
diff options
context:
space:
mode:
authorJackie Smith Cashion <jsmith@redhat.com>1996-08-15 15:29:41 +0000
committerJackie Smith Cashion <jsmith@redhat.com>1996-08-15 15:29:41 +0000
commit5247a22a885f372c299cc2c215302a17a88605b8 (patch)
treed14fd2bc3330d5ac6495be2b950915eb661a4951 /opcodes/arm-opc.h
parentac5a75ae11e4688c0acc31acce371f6667c71098 (diff)
downloadgdb-5247a22a885f372c299cc2c215302a17a88605b8.zip
gdb-5247a22a885f372c299cc2c215302a17a88605b8.tar.gz
gdb-5247a22a885f372c299cc2c215302a17a88605b8.tar.bz2
Thu Aug 15 16:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
* arm-opc.h: Added "bx" instruction definition.
Diffstat (limited to 'opcodes/arm-opc.h')
-rw-r--r--opcodes/arm-opc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/arm-opc.h b/opcodes/arm-opc.h
index 82ad208..c1f5443 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]"},