MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / BC0F

Function BC0F

pcsx2/DebugTools/DisR5900asm.cpp:1192–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1190void MFC0( std::string& output ){ _sap("mfc0\t%s, %s") GPR_REG[DECODE_RT], COP0_REG[DECODE_FS]); }
1191void MTC0( std::string& output ){ _sap("mtc0\t%s, %s") GPR_REG[DECODE_RT], COP0_REG[DECODE_FS]); }
1192void BC0F( std::string& output ){ output += "bc0f\t"; offset_decode(output); }
1193void BC0T( std::string& output ){ output += "bc0t\t"; offset_decode(output); }
1194void BC0FL( std::string& output ){ output += "bc0fl\t"; offset_decode(output); }
1195void BC0TL( std::string& output ){ output += "bc0tl\t"; offset_decode(output); }

Callers

nothing calls this directly

Calls 1

offset_decodeFunction · 0.85

Tested by

no test coverage detected