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

/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c7139 Bool needsIRRM = op == Iop_Sqrt32Fx4 || op == Iop_Sqrt64Fx2; local
7143 IRExpr* res = needsIRRM ? binop(op, get_FAKE_roundingmode(), src)
7154 IRExpr* res = needsIRRM ? binop(op, get_FAKE_roundingmode(), src)
H A Dguest_amd64_toIR.c8931 Bool needsIRRM = op == Iop_Sqrt32Fx4 || op == Iop_Sqrt64Fx2; local
8935 IRExpr* res = needsIRRM ? binop(op, get_FAKE_roundingmode(), src)
8946 IRExpr* res = needsIRRM ? binop(op, get_FAKE_roundingmode(), src)
23521 Bool needsIRRM = op == Iop_Sqrt32Fx4 || op == Iop_Sqrt64Fx2; local
23523 IRExpr* res = needsIRRM ? binop(op, get_FAKE_roundingmode(), mkexpr(arg))
[all...]

Completed in 164 milliseconds