aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/arc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/arc.h')
-rw-r--r--include/opcode/arc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/opcode/arc.h b/include/opcode/arc.h
index faa63dc..09e973b 100644
--- a/include/opcode/arc.h
+++ b/include/opcode/arc.h
@@ -43,6 +43,7 @@ typedef enum
ARITH,
AUXREG,
BITOP,
+ BITSTREAM,
BMU,
BRANCH,
CONTROL,
@@ -55,7 +56,8 @@ typedef enum
LOGICAL,
MEMORY,
NET,
- PMU
+ PMU,
+ XY
} insn_class_t;
/* Instruction Subclass. */