From fa6761106fe50fb7282f7ca3e699e0d4cf882a26 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 22 Aug 1996 02:20:08 +0000 Subject: [PATCH] Arggh. B3. shift counts are from the start of each half-word apparently. --- opcodes/v850-opc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index afa32ee..6b3b022 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -55,7 +55,7 @@ const struct v850_operand v850_operands[] = { #define B3 (D22+1) /* The 3 bit immediate field in format 8 insn. */ - { 3, 27, OPERAND_NUM } + { 3, 11, OPERAND_NUM } } ; -- 2.7.4