Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_x86_toIR.c7141 Bool needsIRRM = op == Iop_Sqrt32Fx4 || op == Iop_Sqrt64Fx2; in dis_SSE_E_to_G_unary_all() local
7145 IRExpr* res = needsIRRM ? binop(op, get_FAKE_roundingmode(), src) in dis_SSE_E_to_G_unary_all()
7156 IRExpr* res = needsIRRM ? binop(op, get_FAKE_roundingmode(), src) in dis_SSE_E_to_G_unary_all()
Dguest_amd64_toIR.c9055 Bool needsIRRM = op == Iop_Sqrt32Fx4 || op == Iop_Sqrt64Fx2; in dis_SSE_E_to_G_unary_all() local
9059 IRExpr* res = needsIRRM ? binop(op, get_FAKE_roundingmode(), src) in dis_SSE_E_to_G_unary_all()
9070 IRExpr* res = needsIRRM ? binop(op, get_FAKE_roundingmode(), src) in dis_SSE_E_to_G_unary_all()
23702 Bool needsIRRM = op == Iop_Sqrt32Fx4 || op == Iop_Sqrt64Fx2; in dis_AVX128_E_to_G_unary_all() local
23704 IRExpr* res = needsIRRM ? binop(op, get_FAKE_roundingmode(), mkexpr(arg)) in dis_AVX128_E_to_G_unary_all()