| 506 | } |
| 507 | |
| 508 | void N64Recomp::CGenerator::emit_cop1_cs_write(int reg) const { |
| 509 | fmt::print(output_file, "set_cop1_cs({});\n", gpr_to_string(reg)); |
| 510 | } |
| 511 | |
| 512 | void N64Recomp::CGenerator::emit_muldiv(InstrId instr_id, int reg1, int reg2) const { |
| 513 | switch (instr_id) { |
no test coverage detected