| 1214 | void BC1T( std::string& output ){ output += "bc1t\t"; offset_decode(output); } |
| 1215 | void BC1FL( std::string& output ){ output += "bc1fl\t"; offset_decode(output); } |
| 1216 | void BC1TL( std::string& output ){ output += "bc1tl\t"; offset_decode(output); } |
| 1217 | void 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]);} |
| 1218 | void 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]);} |
| 1219 | void 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]);} |
nothing calls this directly
no test coverage detected