mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
* v850-opc.c (v850_opcodes): Correct bit pattern for setf.
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
start-sanitize-v850
|
start-sanitize-v850
|
||||||
Fri Aug 23 00:27:01 1996 Jeffrey A Law (law@cygnus.com)
|
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 (v850_operands): D16 inserts at offset 16!
|
||||||
|
|
||||||
* v850-opc.c (two): Get order of words correct.
|
* 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 },
|
{ "divh", OP(0x02), OP_MASK, IF1, 2 },
|
||||||
{ "cmp", OP(0x0f), OP_MASK, IF1, 2 },
|
{ "cmp", OP(0x0f), OP_MASK, IF1, 2 },
|
||||||
{ "cmp", OP(0x13), OP_MASK, IF2, 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 */
|
/* saturated operation instructions */
|
||||||
{ "satadd", OP(0x06), OP_MASK, IF1, 2 },
|
{ "satadd", OP(0x06), OP_MASK, IF1, 2 },
|
||||||
|
Reference in New Issue
Block a user