* v850-opc.c (v850_operansd): 3-bit immediate for bit insns
authorJeff Law <law@redhat.com>
Fri, 23 Aug 1996 06:56:44 +0000 (06:56 +0000)
committerJeff Law <law@redhat.com>
Fri, 23 Aug 1996 06:56:44 +0000 (06:56 +0000)
        is unsigned.

opcodes/ChangeLog
opcodes/v850-opc.c

index f723268..430bc69 100644 (file)
@@ -1,6 +1,9 @@
 start-sanitize-v850
 Fri Aug 23 00:27:01 1996  Jeffrey A Law  (law@cygnus.com)
 
+       * v850-opc.c (v850_operansd): 3-bit immediate for bit insns
+       is unsigned.
+
        * v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
        short store word (sst.w).
 
index 78c769f..cf6f6cf 100644 (file)
@@ -62,7 +62,7 @@ const struct v850_operand v850_operands[] = {
 
 #define B3     (D22+1)
 /* The 3 bit immediate field in format 8 insn.  */
-  { 3, 11, 0, 0, V850_OPERAND_SIGNED },
+  { 3, 11, 0, 0, 0 },
 
 #define CCCC   (B3+1)
 /* The 4 bit condition code in a setf instruction */