summaryrefslogtreecommitdiff
path: root/opcodes/frv-desc.h
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2004-01-14 10:05:00 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2004-01-14 10:05:00 +0000
commitcb10e79a50a08ffb6d8345159d4ccd864458c105 (patch)
treed742639cca1877a21c2eb0fa9d13dab6d5121e16 /opcodes/frv-desc.h
parentf40063a5ba7542931997a58f1e637a67700f8750 (diff)
cpu/
* frv.cpu (UNIT): Add IACC. (iacc-multiply-r-r): Use it. * frv.opc (fr400_unit_mapping): Add entry for IACC. (fr500_unit_mapping, fr550_unit_mapping): Likewise. opcodes/ * frv-desc.h: Regenerate. * frv-desc.c: Regenerate. * frv-opc.c: Regenerate.
Diffstat (limited to 'opcodes/frv-desc.h')
-rw-r--r--opcodes/frv-desc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/frv-desc.h b/opcodes/frv-desc.h
index 5f72800379..f46c3f957c 100644
--- a/opcodes/frv-desc.h
+++ b/opcodes/frv-desc.h
@@ -549,9 +549,9 @@ typedef enum unit_attr {
, UNIT_I2, UNIT_I3, UNIT_IALL, UNIT_FM0
, UNIT_FM1, UNIT_FM01, UNIT_FM2, UNIT_FM3
, UNIT_FMALL, UNIT_FMLOW, UNIT_B0, UNIT_B1
- , UNIT_B01, UNIT_C, UNIT_MULT_DIV, UNIT_LOAD
- , UNIT_STORE, UNIT_SCAN, UNIT_DCPL, UNIT_MDUALACC
- , UNIT_MCLRACC_1, UNIT_NUM_UNITS
+ , UNIT_B01, UNIT_C, UNIT_MULT_DIV, UNIT_IACC
+ , UNIT_LOAD, UNIT_STORE, UNIT_SCAN, UNIT_DCPL
+ , UNIT_MDUALACC, UNIT_MCLRACC_1, UNIT_NUM_UNITS
} UNIT_ATTR;
/* Enum declaration for fr400 major insn categories. */