From 395213c84649cdb5bf4f690896a1e3042fb2573d Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Fri, 18 Jan 2002 17:33:49 +0000 Subject: [PATCH] 2002-01-18 Keith Walker * arm-opc.h (arm_opcodes): Add bxj instruction. --- opcodes/ChangeLog | 4 ++++ opcodes/arm-opc.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fccd66894e..37fcea5beb 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Keith Walker + + * arm-opc.h (arm_opcodes): Add bxj instruction. + 2002-01-17 Nick Clifton * po/opcodes.pot: Regenerate. diff --git a/opcodes/arm-opc.h b/opcodes/arm-opc.h index 300bff928f..34d3b309fe 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"}, -- 2.34.1