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

Function BC1TL

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

Source from the content-addressed store, hash-verified

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]);}
1218void SUB_S( std::string& output ){ _sap("sub.s\t%s, %s, %s") COP1_REG_FP[DECODE_FD], COP1_REG_FP[DECODE_FS], COP1_REG_FP[DECODE_FT]);}
1219void MUL_S( std::string& output ){ _sap("mul.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