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

Function ctx_gpr_prefix

RSPRecomp/src/rsp_recomp.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115};
116
117std::string_view ctx_gpr_prefix(int reg) {
118 if (reg != 0) {
119 return "r";
120 }
121 return "";
122}
123
124uint32_t expected_c0_reg_value(int cop0_reg) {
125 switch (static_cast<Cop0Reg>(cop0_reg)) {

Callers 1

process_instructionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected