This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Disassemble ARM BXJ instruction



This patch adds the BXJ instruction from the ARM v5ej architecture.

2002-01-18  Keith Walker  <keith.walker@arm.com>

	* arm-opc.h (arm_opcodes): Add bxj instruction.

Index: arm-opc.h
===================================================================
RCS file: /cvs/src/src/opcodes/arm-opc.h,v
retrieving revision 1.9
diff -p -r1.9 arm-opc.h
*** arm-opc.h	2002/01/15 15:41:23	1.9
--- arm-opc.h	2002/01/18 17:32:56
*************** static struct arm_opcode arm_opcodes[] =
*** 91,96 ****
--- 91,99 ----
      {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"},

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]