* v850-opc.c (v850_opcodes): Correct short store half (sst.h) and

short store word (sst.w).
This commit is contained in:
Jeff Law 1996-08-23 06:27:37 +00:00
parent 48d94633c6
commit cc6e50b5b2
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
start-sanitize-v850
Fri Aug 23 00:27:01 1996 Jeffrey A Law (law@cygnus.com)
* v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
short store word (sst.w).
Thu Aug 22 16:57:27 1996 J.T. Conklin <jtc@rtl.cygnus.com>
* v850-opc.c (v850_operands): Added insert and extract fields,

View File

@ -117,8 +117,8 @@ const struct v850_opcode v850_opcodes[] = {
{ "sld.h", OP(0x00), OP_MASK, IF4A },
{ "sld.w", OP(0x00), OP_MASK, IF4A },
{ "sst.b", OP(0x00), OP_MASK, IF4B },
{ "sst.h", OP(0x00), OP_MASK, IF4B },
{ "sst.w", OP(0x00), OP_MASK, IF4B },
{ "sst.l", OP(0x00), OP_MASK, IF4B },
{ "ld.b", OP(0x00), OP_MASK, IF7A },
{ "ld.h", OP(0x00), OP_MASK, IF7A },