Home
last modified time | relevance | path

Searched refs:showMIPSFpOp (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_defs.c257 const HChar *showMIPSFpOp(MIPSFpOp op) in showMIPSFpOp() function
1437 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()
Dhost_mips_defs.h350 extern const HChar *showMIPSFpOp(MIPSFpOp);