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