From 8dca954e854386ea9ab81da328d515b48b04affe Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Thu, 14 Feb 2019 00:20:03 +0100 Subject: Implement MUL operation which stores result to the register. Signed-off-by: Pavel Pisa --- qtmips_machine/machinedefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_machine/machinedefs.h') diff --git a/qtmips_machine/machinedefs.h b/qtmips_machine/machinedefs.h index 258b76c..ef9ec0d 100644 --- a/qtmips_machine/machinedefs.h +++ b/qtmips_machine/machinedefs.h @@ -87,6 +87,7 @@ enum AluOp : std::uint8_t { ALU_OP_NOR, ALU_OP_SLT, ALU_OP_SLTU, + ALU_OP_MUL, ALU_OP_LUI, ALU_OP_BSHFL, ALU_OP_PASS_T, // Pass t argument without change for JAL -- cgit v1.2.3