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

Function ADDU

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

Source from the content-addressed store, hash-verified

998
999void ADD( std::string& output ) { disAddAddu(output,"add"); }
1000void ADDU( std::string& output ) { disAddAddu(output,"addu"); }
1001
1002void SUB( std::string& output ) { _sap("sub\t%s, %s") disDestSource(DECODE_RD,DECODE_RS), GPR_REG[DECODE_RT]); }
1003void SUBU( std::string& output ) { _sap("subu\t%s, %s") disDestSource(DECODE_RD,DECODE_RS), GPR_REG[DECODE_RT]); }

Callers

nothing calls this directly

Calls 1

disAddAdduFunction · 0.85

Tested by

no test coverage detected