diff options
Diffstat (limited to 'include/opcode/arc.h')
-rw-r--r-- | include/opcode/arc.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |