mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-24 09:43:36 +08:00
* v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
short store word (sst.w).
This commit is contained in:
parent
48d94633c6
commit
cc6e50b5b2
@ -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,
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user