aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/machinedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/machinedefs.h')
-rw-r--r--qtmips_machine/machinedefs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qtmips_machine/machinedefs.h b/qtmips_machine/machinedefs.h
index a44aa75..8481540 100644
--- a/qtmips_machine/machinedefs.h
+++ b/qtmips_machine/machinedefs.h
@@ -93,9 +93,15 @@ enum AluOp : std::uint8_t {
ALU_OP_SLT,
ALU_OP_SLTU,
ALU_OP_MUL,
+ ALU_OP_MADD,
+ ALU_OP_MADDU,
+ ALU_OP_MSUB,
+ ALU_OP_MSUBU,
ALU_OP_LUI,
ALU_OP_BSHFL,
ALU_OP_EXT,
+ ALU_OP_CLZ,
+ ALU_OP_CLO,
ALU_OP_PASS_T, // Pass t argument without change for JAL
ALU_OP_BREAK,
ALU_OP_SYSCALL,