mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* v850-opc.c (v850_opcodes): Correct bit pattern for setf.
This commit is contained in:
parent
7be3453a1a
commit
6c1fc4d3fa
@ -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.
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user