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

Method emit_cop0_status_read

src/cgenerator.cpp:496–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496void N64Recomp::CGenerator::emit_cop0_status_read(int reg) const {
497 fmt::print(output_file, "{} = cop0_status_read(ctx);\n", gpr_to_string(reg));
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));

Callers 1

process_instructionFunction · 0.45

Calls 1

gpr_to_stringFunction · 0.85

Tested by

no test coverage detected