| 1190 | void MFC0( std::string& output ){ _sap("mfc0\t%s, %s") GPR_REG[DECODE_RT], COP0_REG[DECODE_FS]); } |
| 1191 | void MTC0( std::string& output ){ _sap("mtc0\t%s, %s") GPR_REG[DECODE_RT], COP0_REG[DECODE_FS]); } |
| 1192 | void BC0F( std::string& output ){ output += "bc0f\t"; offset_decode(output); } |
| 1193 | void BC0T( std::string& output ){ output += "bc0t\t"; offset_decode(output); } |
| 1194 | void BC0FL( std::string& output ){ output += "bc0fl\t"; offset_decode(output); } |
| 1195 | void BC0TL( std::string& output ){ output += "bc0tl\t"; offset_decode(output); } |
nothing calls this directly
no test coverage detected