MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / emit_cop1_cs_write

Method emit_cop1_cs_write

src/cgenerator.cpp:508–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

process_instructionFunction · 0.45

Calls 1

gpr_to_stringFunction · 0.85

Tested by

no test coverage detected