Home
last modified time | relevance | path

Searched refs:Iop_F128LOtoF64 (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/VEX/priv/
Dir_inject.c166 case Ity_F128: high = Iop_F128HItoF64; low = Iop_F128LOtoF64; goto store128; in store()
Dhost_s390_isel.c2507 if (op == Iop_F128HItoF64 || op == Iop_F128LOtoF64) { in s390_isel_float_expr_wrk()
2511 return op == Iop_F128LOtoF64 ? dst_lo : dst_hi; in s390_isel_float_expr_wrk()
Dir_defs.c290 case Iop_F128LOtoF64: vex_printf("F128LOtoF64"); return; in ppIROp()
2997 case Iop_F128LOtoF64: in typeOfPrimop()
Dguest_s390_toIR.c454 IRExpr *low = unop(Iop_F128LOtoF64, expr); in put_fpr_pair()
686 lo = unop(Iop_F128LOtoF64, mkexpr(d1)); in s390_cc_thunk_put1f128()
702 lo = unop(Iop_ReinterpF64asI64, unop(Iop_F128LOtoF64, mkexpr(d1))); in s390_cc_thunk_put1f128Z()
/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c792 case Iop_F128LOtoF64: in typeof_primop()
Dirops.c211 …{ DEFOP(Iop_F128LOtoF64, UNDEF_TRUNC), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .pp…
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h668 Iop_F128LOtoF64,/* F128 -> low half of F128 into a F64 register */ enumerator
/external/valgrind/main/memcheck/
Dmc_translate.c4067 case Iop_F128LOtoF64: /* F128 -> low half of F128 */ in expr2vbits_Unop()