* v850-opc.c (v850_operansd): 3-bit immediate for bit insns

is unsigned.
This commit is contained in:
Jeff Law 1996-08-23 06:56:44 +00:00
parent 1510cd39b6
commit 3c72ab7035
2 changed files with 4 additions and 1 deletions

View 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).

View 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 */