From eb217996098ffb5706cfe0ca8ffa4478b73ceb8e Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Fri, 15 Feb 2019 15:23:56 +0100 Subject: Implement EXT instruction used in GLIBC startup. It requires one more field to pass to ALU. 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 362bda2..a44aa75 100644 --- a/qtmips_machine/machinedefs.h +++ b/qtmips_machine/machinedefs.h @@ -95,6 +95,7 @@ enum AluOp : std::uint8_t { ALU_OP_MUL, ALU_OP_LUI, ALU_OP_BSHFL, + ALU_OP_EXT, ALU_OP_PASS_T, // Pass t argument without change for JAL ALU_OP_BREAK, ALU_OP_SYSCALL, -- cgit v1.2.3