Arggh. B3. shift counts are from the start of each half-word apparently.
authorJeff Law <law@redhat.com>
Thu, 22 Aug 1996 02:20:08 +0000 (02:20 +0000)
committerJeff Law <law@redhat.com>
Thu, 22 Aug 1996 02:20:08 +0000 (02:20 +0000)
opcodes/v850-opc.c

index afa32eeb3e6a1731c3bc7de888c8df6c7640099e..6b3b022f4e56876319901ee854f570d0db53bc9d 100644 (file)
@@ -55,7 +55,7 @@ const struct v850_operand v850_operands[] = {
 
 #define B3     (D22+1)
 /* The 3 bit immediate field in format 8 insn.  */
-  { 3, 27, OPERAND_NUM }
+  { 3, 11, OPERAND_NUM }
 } ; 
 
 \f
This page took 0.026154 seconds and 4 git commands to generate.