diff options
author | Nick Clifton <nickc@redhat.com> | 1999-11-22 15:13:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-11-22 15:13:26 +0000 |
commit | e6bba468d2925c48b8f595c1eb7cc5bf292e625c (patch) | |
tree | 6d6bf7b38f8bd44d0d376580194658f0b2762ad3 /opcodes/d10v-opc.c | |
parent | e1754b1235e315699e1afb696011d8cd0319721d (diff) | |
download | gdb-e6bba468d2925c48b8f595c1eb7cc5bf292e625c.tar.gz |
Fix binary pattern for cpfg,f0,c instruction
Diffstat (limited to 'opcodes/d10v-opc.c')
-rw-r--r-- | opcodes/d10v-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/d10v-opc.c b/opcodes/d10v-opc.c index 7970d481c26..c4bb098b65c 100644 --- a/opcodes/d10v-opc.c +++ b/opcodes/d10v-opc.c @@ -206,8 +206,8 @@ const struct d10v_opcode d10v_opcodes[] = { { "cmpi.l", LONG_L, 1, MU, SEQ, 0x3000000, 0x3f0f0000, { RSRC2, NUM16 } }, { "cmpu", SHORT_2, 1, EITHER, PAR|WF0, 0x4600, 0x7e01, { RSRC2, RSRC } }, { "cmpui", LONG_L, 1, MU, SEQ, 0x23000000, 0x3f0f0000, { RSRC2, UNUM16 } }, + { "cpfg", SHORT_2, 1, MU, PAR, 0x4e0f, 0x7fdf, { FDST, CFSRC } }, { "cpfg", SHORT_2, 1, MU, PAR, 0x4e09, 0x7fd9, { FDST, FFSRC } }, - { "cpfg", SHORT_2, 1, MU, PAR, 0x4e09, 0x7fd9, { FDST, CFSRC } }, { "dbt", SHORT_2, 5, MU, PAR, 0x5f20, 0x7fff, { 0 } }, { "divs", LONG_L, 1, BOTH, SEQ, 0x14002800, 0x3f10fe21, { RDSTE, RSRC } }, { "exef0f", SHORT_2, 1, EITHER, PARONLY, 0x4e04, 0x7fff, { 0 } }, |