diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-01-18 17:33:49 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-01-18 17:33:49 +0000 |
commit | a0284589d0bfee3739a569c63bf982e3fe115eb6 (patch) | |
tree | ad6b958c37121490edee2a0aaccc2e814bd9485a /opcodes/arm-opc.h | |
parent | 875e0b7392e2a9dc6c0ab9a07e79c1962c9c3da6 (diff) | |
download | gdb-a0284589d0bfee3739a569c63bf982e3fe115eb6.tar.gz |
2002-01-18 Keith Walker <keith.walker@arm.com>
* arm-opc.h (arm_opcodes): Add bxj instruction.
Diffstat (limited to 'opcodes/arm-opc.h')
-rw-r--r-- | opcodes/arm-opc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/arm-opc.h b/opcodes/arm-opc.h index 300bff928ff..34d3b309fe8 100644 --- a/opcodes/arm-opc.h +++ b/opcodes/arm-opc.h @@ -91,6 +91,9 @@ static struct arm_opcode arm_opcodes[] = {0x00800090, 0x0fa000f0, "%22?sumull%c%20's\t%12-15r, %16-19r, %0-3r, %8-11r"}, {0x00a00090, 0x0fa000f0, "%22?sumlal%c%20's\t%12-15r, %16-19r, %0-3r, %8-11r"}, + /* V5J instruction. */ + {0x012fff20, 0x0ffffff0, "bxj%c\t%0-3r"}, + /* XScale instructions. */ {0x0e200010, 0x0fff0ff0, "mia%c\tacc0, %0-3r, %12-15r"}, {0x0e280010, 0x0fff0ff0, "miaph%c\tacc0, %0-3r, %12-15r"}, |