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

Method emit_cop0_status_write

src/cgenerator.cpp:500–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500void N64Recomp::CGenerator::emit_cop0_status_write(int reg) const {
501 fmt::print(output_file, "cop0_status_write(ctx, {});", gpr_to_string(reg));
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));

Callers 1

process_instructionFunction · 0.45

Calls 1

gpr_to_stringFunction · 0.85

Tested by

no test coverage detected