From 8f2b5459c4fc32bd4890b89b9309a2c6d24e61f9 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Thu, 14 Feb 2019 20:46:54 +0100 Subject: Fill the rest of ALU opcode table to file all 64 entries. Signed-off-by: Pavel Pisa --- qtmips_machine/instruction.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/qtmips_machine/instruction.cpp b/qtmips_machine/instruction.cpp index fe283d9..0788eac 100644 --- a/qtmips_machine/instruction.cpp +++ b/qtmips_machine/instruction.cpp @@ -161,6 +161,26 @@ static const struct InstructionMap alu_instruction_map[] = { .flags = FLAGS_ALU_T_R_STD}, {"SLTU", IT_R, ALU_OP_SLTU, NOMEM, nullptr, .flags = FLAGS_ALU_T_R_STD}, + IM_UNKNOWN, // 44 + IM_UNKNOWN, // 45 + IM_UNKNOWN, // 46 + IM_UNKNOWN, // 47 + IM_UNKNOWN, // 48 + IM_UNKNOWN, // 49 + IM_UNKNOWN, // 50 + IM_UNKNOWN, // 51 + IM_UNKNOWN, // 52 + IM_UNKNOWN, // 53 + IM_UNKNOWN, // 54 + IM_UNKNOWN, // 55 + IM_UNKNOWN, // 56 + IM_UNKNOWN, // 57 + IM_UNKNOWN, // 58 + IM_UNKNOWN, // 59 + IM_UNKNOWN, // 60 + IM_UNKNOWN, // 61 + IM_UNKNOWN, // 62 + IM_UNKNOWN, // 63 }; static const struct InstructionMap special2_instruction_map[] = { -- cgit v1.2.3