Should get immediate 16bit operands into the right place
start-sanitize-v850
Fri Aug 23 00:27:01 1996 Jeffrey A Law (law@cygnus.com)
+ * v850-opc.c (v850_operands): I16 inserts at offset 16!
+
* v850-opc.c (v850_operands): Add "SR1" and "SR2" for system
register source and destination operands.
(v850_opcodes): Use SR1 and SR2 for "ldsr" and "stsr".
/* The IMM16 field in a format 6 insn. */
#define I16 (I5U+1)
- { 16, 0, 0, 0, 0 },
+ { 16, 16, 0, 0, 0 },
/* The signed DISP7 field in a format 4 insn. */
#define D7S (I16+1)