2002-01-18 Keith Walker <keith.walker@arm.com>
authorRichard Earnshaw <richard.earnshaw@arm.com>
Fri, 18 Jan 2002 17:33:49 +0000 (17:33 +0000)
committerRichard Earnshaw <richard.earnshaw@arm.com>
Fri, 18 Jan 2002 17:33:49 +0000 (17:33 +0000)
* arm-opc.h (arm_opcodes): Add bxj instruction.

opcodes/ChangeLog
opcodes/arm-opc.h

index fccd66894eb09a210735768292a229d1a5cdaa3f..37fcea5bebcef576e5454f410024ccd97d3f4998 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-18  Keith Walker  <keith.walker@arm.com>
+
+       * arm-opc.h (arm_opcodes): Add bxj instruction.
+
 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * po/opcodes.pot: Regenerate.
index 300bff928ff633b0a5120bdf2e1f5e3675457575..34d3b309fe89d1dce216fb1f62481e5d31594c9b 100644 (file)
@@ -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"},
This page took 0.037753 seconds and 4 git commands to generate.