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

Function BC0TL

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

Source from the content-addressed store, hash-verified

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";}
1198void TLBWR( std::string& output ){ output += "tlbwr";}

Callers

nothing calls this directly

Calls 1

offset_decodeFunction · 0.85

Tested by

no test coverage detected