aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/opcode/arc.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index ce86557..30c66c2 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-29 Claudiu Zissulescu <claziss@synopsys.com>
+
+ * opcode/arc.h (insn_class_t): Add DIVREM, LOAD, MOVE, MPY, STORE
+ instruction classes.
+
2016-11-22 Jose E. Marchesi <jose.marchesi@oracle.com>
* opcode/sparc.h (sparc_opcode_arch): New fields hwcaps and
diff --git a/include/opcode/arc.h b/include/opcode/arc.h
index 2214b2f..b3b76d9 100644
--- a/include/opcode/arc.h
+++ b/include/opcode/arc.h
@@ -47,17 +47,22 @@ typedef enum
BMU,
BRANCH,
CONTROL,
+ DIVREM,
DPI,
DSP,
FLOAT,
INVALID,
JUMP,
KERNEL,
+ LOAD,
LOGICAL,
MEMORY,
+ MOVE,
+ MPY,
NET,
PROTOCOL_DECODE,
PMU,
+ STORE,
XY
} insn_class_t;