diff options
author | Dave Brolley <brolley@redhat.com> | 2003-09-09 22:29:42 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2003-09-09 22:29:42 +0000 |
commit | f7df6a7927fca92d8839b024faa9353a0fac5c13 (patch) | |
tree | cedfcb9d232ab82381570abe847baa5cb1d98b2e /opcodes/frv-desc.c | |
parent | f9e18f5a11abe959220c570da56b09cc0fd6fd62 (diff) | |
download | binutils-f7df6a7927fca92d8839b024faa9353a0fac5c13.zip binutils-f7df6a7927fca92d8839b024faa9353a0fac5c13.tar.gz binutils-f7df6a7927fca92d8839b024faa9353a0fac5c13.tar.bz2 |
2003-09-09 Dave Brolley <brolley@redhat.com>
* frv-desc.c: Regenerated.
Diffstat (limited to 'opcodes/frv-desc.c')
-rw-r--r-- | opcodes/frv-desc.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/opcodes/frv-desc.c b/opcodes/frv-desc.c index b42ccec..1e66026 100644 --- a/opcodes/frv-desc.c +++ b/opcodes/frv-desc.c @@ -5804,12 +5804,12 @@ static const CGEN_IBASE frv_cgen_insn_table[MAX_INSNS] = /* mcpxrs$pack $FRinti,$FRintj,$ACC40Sk */ { FRV_INSN_MCPXRS, "mcpxrs", "mcpxrs", 32, - { 0, { (1<<MACH_BASE), UNIT_FM01, FR400_MAJOR_M_1, FR500_MAJOR_M_4 } } + { 0, { (1<<MACH_BASE), UNIT_FMALL, FR400_MAJOR_M_1, FR500_MAJOR_M_4 } } }, /* mcpxru$pack $FRinti,$FRintj,$ACC40Sk */ { FRV_INSN_MCPXRU, "mcpxru", "mcpxru", 32, - { 0, { (1<<MACH_BASE), UNIT_FM01, FR400_MAJOR_M_1, FR500_MAJOR_M_4 } } + { 0, { (1<<MACH_BASE), UNIT_FMALL, FR400_MAJOR_M_1, FR500_MAJOR_M_4 } } }, /* mcpxis$pack $FRinti,$FRintj,$ACC40Sk */ { @@ -5824,12 +5824,12 @@ static const CGEN_IBASE frv_cgen_insn_table[MAX_INSNS] = /* cmcpxrs$pack $FRinti,$FRintj,$ACC40Sk,$CCi,$cond */ { FRV_INSN_CMCPXRS, "cmcpxrs", "cmcpxrs", 32, - { 0|A(CONDITIONAL), { (1<<MACH_BASE), UNIT_FM01, FR400_MAJOR_M_1, FR500_MAJOR_M_4 } } + { 0|A(CONDITIONAL), { (1<<MACH_BASE), UNIT_FMALL, FR400_MAJOR_M_1, FR500_MAJOR_M_4 } } }, /* cmcpxru$pack $FRinti,$FRintj,$ACC40Sk,$CCi,$cond */ { FRV_INSN_CMCPXRU, "cmcpxru", "cmcpxru", 32, - { 0|A(CONDITIONAL), { (1<<MACH_BASE), UNIT_FM01, FR400_MAJOR_M_1, FR500_MAJOR_M_4 } } + { 0|A(CONDITIONAL), { (1<<MACH_BASE), UNIT_FMALL, FR400_MAJOR_M_1, FR500_MAJOR_M_4 } } }, /* cmcpxis$pack $FRinti,$FRintj,$ACC40Sk,$CCi,$cond */ { @@ -5844,12 +5844,12 @@ static const CGEN_IBASE frv_cgen_insn_table[MAX_INSNS] = /* mqcpxrs$pack $FRintieven,$FRintjeven,$ACC40Sk */ { FRV_INSN_MQCPXRS, "mqcpxrs", "mqcpxrs", 32, - { 0, { (1<<MACH_BASE), UNIT_FM01, FR400_MAJOR_M_2, FR500_MAJOR_M_4 } } + { 0, { (1<<MACH_BASE), UNIT_FMALL, FR400_MAJOR_M_2, FR500_MAJOR_M_4 } } }, /* mqcpxru$pack $FRintieven,$FRintjeven,$ACC40Sk */ { FRV_INSN_MQCPXRU, "mqcpxru", "mqcpxru", 32, - { 0, { (1<<MACH_BASE), UNIT_FM01, FR400_MAJOR_M_2, FR500_MAJOR_M_4 } } + { 0, { (1<<MACH_BASE), UNIT_FMALL, FR400_MAJOR_M_2, FR500_MAJOR_M_4 } } }, /* mqcpxis$pack $FRintieven,$FRintjeven,$ACC40Sk */ { |