| 1252 | void P_QMTC2( std::string& output ){ _sap("qmtc2%s\t%s, %s") DECODE_ILOCK ? ".i" : "", GPR_REG[DECODE_RT], COP2_REG_FP[DECODE_FS]); } |
| 1253 | void P_CTC2( std::string& output ){ _sap("ctc2%s\t%s, %s") DECODE_ILOCK ? ".i" : "", GPR_REG[DECODE_RT], COP2_REG_CTL[DECODE_FS]); } |
| 1254 | void P_BC2F( std::string& output ){ output += "bc2f\t"; offset_decode(output); } |
| 1255 | void P_BC2T( std::string& output ){ output += "bc2t\t"; offset_decode(output); } |
| 1256 | void P_BC2FL( std::string& output ){ output += "bc2fl\t"; offset_decode(output); } |
| 1257 | void P_BC2TL( std::string& output ){ output += "bc2tl\t"; offset_decode(output); } |
nothing calls this directly
no test coverage detected