Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_mips_defs.c1428 i->Min.FpCompare.op = op; in MIPSInstr_FpCompare()
1429 i->Min.FpCompare.dst = dst; in MIPSInstr_FpCompare()
1430 i->Min.FpCompare.srcL = srcL; in MIPSInstr_FpCompare()
1431 i->Min.FpCompare.srcR = srcR; in MIPSInstr_FpCompare()
1432 i->Min.FpCompare.cond1 = cond1; in MIPSInstr_FpCompare()
1708 vex_printf("%s ", showMIPSFpOp(i->Min.FpCompare.op)); in ppMIPSInstr()
1709 ppHRegMIPS(i->Min.FpCompare.srcL, mode64); in ppMIPSInstr()
1711 ppHRegMIPS(i->Min.FpCompare.srcR, mode64); in ppMIPSInstr()
1712 vex_printf(" cond: %c", i->Min.FpCompare.cond1); in ppMIPSInstr()
1988 addHRegUse(u, HRmWrite, i->Min.FpCompare.dst); in getRegUsage_MIPSInstr()
[all …]
Dhost_mips_defs.h601 } FpCompare; member