Searched refs:showMIPSFpOp (Results 1 – 2 of 2) sorted by relevance
257 const HChar *showMIPSFpOp(MIPSFpOp op) in showMIPSFpOp() function1437 vex_printf("%s ", showMIPSFpOp(i->Min.FpUnary.op)); in ppMIPSInstr()1443 vex_printf("%s", showMIPSFpOp(i->Min.FpBinary.op)); in ppMIPSInstr()1451 vex_printf("%s", showMIPSFpOp(i->Min.FpTernary.op)); in ppMIPSInstr()1461 vex_printf("%s", showMIPSFpOp(i->Min.FpConvert.op)); in ppMIPSInstr()1467 vex_printf("%s ", showMIPSFpOp(i->Min.FpCompare.op)); in ppMIPSInstr()1473 vex_printf("%s ", showMIPSFpOp(i->Min.FpMulAcc.op)); in ppMIPSInstr()
350 extern const HChar *showMIPSFpOp(MIPSFpOp);