* v850-opc.c (v850_opcodes): Correct bit pattern for setf.
authorJeff Law <law@redhat.com>
Fri, 23 Aug 1996 18:58:57 +0000 (18:58 +0000)
committerJeff Law <law@redhat.com>
Fri, 23 Aug 1996 18:58:57 +0000 (18:58 +0000)
opcodes/ChangeLog
opcodes/v850-opc.c

index 143a1dd1e2df562c9191ca9c6f5c0e0b1d328803..a66d07a23bede4c7fb770b216a1373d8abacada0 100644 (file)
@@ -1,6 +1,8 @@
 start-sanitize-v850
 Fri Aug 23 00:27:01 1996  Jeffrey A Law  (law@cygnus.com)
 
+       * v850-opc.c (v850_opcodes): Correct bit pattern for setf.
+
        * v850-opc.c (v850_operands): D16 inserts at offset 16!
 
        * v850-opc.c (two): Get order of words correct.
index 210d745dfae9915dc13b0ce698b24edf4e5fbb1d..3d4973ece3e27248a83c10aa4aef190cc0986922 100644 (file)
@@ -159,7 +159,7 @@ const struct v850_opcode v850_opcodes[] = {
 { "divh",      OP(0x02),               OP_MASK,        IF1, 2 },
 { "cmp",       OP(0x0f),               OP_MASK,        IF1, 2 },
 { "cmp",       OP(0x13),               OP_MASK,        IF2, 2 },
-{ "setf",      two(0x0000,0x0000),     two(0x0000,0xffff), {CCCC,R2}, 4 },
+{ "setf",      two(0x07e0,0x0000),     two(0x07f0,0xffff), {CCCC,R2}, 4 },
 
 /* saturated operation instructions */
 { "satadd",    OP(0x06),               OP_MASK,        IF1, 2 },
This page took 0.039936 seconds and 4 git commands to generate.