| 1212 | void CTC1( std::string& output ){ _sap("ctc1\t%s, %s") GPR_REG[DECODE_RT], COP1_REG_FCR[DECODE_FS]); } |
| 1213 | void BC1F( std::string& output ){ output += "bc1f\t"; offset_decode(output); } |
| 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]);} |
nothing calls this directly
no test coverage detected