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

Function BC1T

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

Source from the content-addressed store, hash-verified

1212void CTC1( std::string& output ){ _sap("ctc1\t%s, %s") GPR_REG[DECODE_RT], COP1_REG_FCR[DECODE_FS]); }
1213void BC1F( std::string& output ){ output += "bc1f\t"; offset_decode(output); }
1214void BC1T( std::string& output ){ output += "bc1t\t"; offset_decode(output); }
1215void BC1FL( std::string& output ){ output += "bc1fl\t"; offset_decode(output); }
1216void BC1TL( std::string& output ){ output += "bc1tl\t"; offset_decode(output); }
1217void ADD_S( std::string& output ){ _sap("add.s\t%s, %s, %s") COP1_REG_FP[DECODE_FD], COP1_REG_FP[DECODE_FS], COP1_REG_FP[DECODE_FT]);}

Callers

nothing calls this directly

Calls 1

offset_decodeFunction · 0.85

Tested by

no test coverage detected