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

/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.h377 extern const HChar *showMIPSFpOp(MIPSFpOp);
H A Dhost_mips_defs.c675 const HChar *showMIPSFpOp(MIPSFpOp op) function
819 vpanic("showMIPSFpOp");
1793 vex_printf("%s ", showMIPSFpOp(i->Min.FpUnary.op));
1799 vex_printf("%s", showMIPSFpOp(i->Min.FpBinary.op));
1807 vex_printf("%s", showMIPSFpOp(i->Min.FpTernary.op));
1817 vex_printf("%s", showMIPSFpOp(i->Min.FpConvert.op));
1823 vex_printf("%s ", showMIPSFpOp(i->Min.FpCompare.op));
1829 vex_printf("%s ", showMIPSFpOp(i->Min.FpMulAcc.op));

Completed in 63 milliseconds