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

Method emit_cop1_cs_read

src/cgenerator.cpp:504–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void N64Recomp::CGenerator::emit_cop1_cs_read(int reg) const {
505 fmt::print(output_file, "{} = get_cop1_cs();\n", gpr_to_string(reg));
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));

Callers 1

process_instructionFunction · 0.45

Calls 1

gpr_to_stringFunction · 0.85

Tested by

no test coverage detected