Thu Aug 15 16:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
authorJackie Smith Cashion <jsmith@redhat.com>
Thu, 15 Aug 1996 15:29:41 +0000 (15:29 +0000)
committerJackie Smith Cashion <jsmith@redhat.com>
Thu, 15 Aug 1996 15:29:41 +0000 (15:29 +0000)
* arm-opc.h: Added "bx" instruction definition.

opcodes/arm-opc.h

index 82ad208424d6efcbc1ab6c3fe700426482165855..c1f544374b1a8c109083a474bf553c0ddd675f62 100644 (file)
@@ -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]"},
This page took 0.023974 seconds and 4 git commands to generate.