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

Function P_BC2F

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

Source from the content-addressed store, hash-verified

1252void P_QMTC2( std::string& output ){ _sap("qmtc2%s\t%s, %s") DECODE_ILOCK ? ".i" : "", GPR_REG[DECODE_RT], COP2_REG_FP[DECODE_FS]); }
1253void P_CTC2( std::string& output ){ _sap("ctc2%s\t%s, %s") DECODE_ILOCK ? ".i" : "", GPR_REG[DECODE_RT], COP2_REG_CTL[DECODE_FS]); }
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); }

Callers

nothing calls this directly

Calls 1

offset_decodeFunction · 0.85

Tested by

no test coverage detected