W/nav debugging (#2077)

Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
This commit is contained in:
water111
2023-01-01 12:11:18 -05:00
committed by GitHub
parent 08ad352e94
commit 0cddf6b6a5
67 changed files with 27239 additions and 595 deletions
+2
View File
@@ -1088,6 +1088,7 @@ Mips2C_Line handle_normal_instr(Mips2C_Output& output,
case InstructionKind::SLTU:
case InstructionKind::DSRAV:
case InstructionKind::DSLLV:
case InstructionKind::DSRLV:
case InstructionKind::SLLV:
case InstructionKind::PAND:
case InstructionKind::PCEQB:
@@ -1116,6 +1117,7 @@ Mips2C_Line handle_normal_instr(Mips2C_Output& output,
return handle_daddiu(output, i0, instr_str, version);
case InstructionKind::ADDIU:
case InstructionKind::SLTI:
case InstructionKind::SLTIU:
return handle_generic_op2_u16(i0, instr_str);
case InstructionKind::QMTC2:
return handle_generic_op2(i0, instr_str, "mov128_vf_gpr");