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

Function DADD

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

Source from the content-addressed store, hash-verified

1027}
1028
1029void DADD( std::string& output ) { disDaddDaddu(output,"dadd"); }
1030void DADDU( std::string& output ) { disDaddDaddu(output,"daddu"); }
1031
1032void DSUB( std::string& output ) { _sap("dsub\t%s, %s") disDestSource(DECODE_RD,DECODE_RS), GPR_REG[DECODE_RT]); }

Callers

nothing calls this directly

Calls 1

disDaddDadduFunction · 0.85

Tested by

no test coverage detected