mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* v850-opc.c (v850_operansd): 3-bit immediate for bit insns
is unsigned.
This commit is contained in:
parent
1510cd39b6
commit
3c72ab7035
@ -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).
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user