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

Function BC0FL

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

Source from the content-addressed store, hash-verified

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); }
1196void TLBR( std::string& output ){ output += "tlbr";}
1197void TLBWI( std::string& output ){ output += "tlbwi";}

Callers

nothing calls this directly

Calls 1

offset_decodeFunction · 0.85

Tested by

no test coverage detected