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

Function P_BC2FL

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

Source from the content-addressed store, hash-verified

1254void P_BC2F( std::string& output ){ output += "bc2f\t"; offset_decode(output); }
1255void P_BC2T( std::string& output ){ output += "bc2t\t"; offset_decode(output); }
1256void P_BC2FL( std::string& output ){ output += "bc2fl\t"; offset_decode(output); }
1257void P_BC2TL( std::string& output ){ output += "bc2tl\t"; offset_decode(output); }
1258//******************************SPECIAL 1 VUO TABLE****************************************
1259#define _X ((disasmOpcode>>24) & 1)

Callers

nothing calls this directly

Calls 1

offset_decodeFunction · 0.85

Tested by

no test coverage detected