Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dir_inject.c166 case Ity_F128: high = Iop_F128HItoF64; low = Iop_F128LOtoF64; goto store128; in store()
Dhost_s390_isel.c2548 if (op == Iop_F128HItoF64 || op == Iop_F128LOtoF64) { in s390_isel_float_expr_wrk()
2552 return op == Iop_F128LOtoF64 ? dst_lo : dst_hi; in s390_isel_float_expr_wrk()
Dir_defs.c291 case Iop_F128LOtoF64: vex_printf("F128LOtoF64"); return; in ppIROp()
3138 case Iop_F128LOtoF64: in typeOfPrimop()
Dguest_s390_toIR.c445 IRExpr *low = unop(Iop_F128LOtoF64, expr); in put_fpr_pair()
693 lo = unop(Iop_F128LOtoF64, mkexpr(d1)); in s390_cc_thunk_put1f128()
709 lo = unop(Iop_ReinterpF64asI64, unop(Iop_F128LOtoF64, mkexpr(d1))); in s390_cc_thunk_put1f128Z()
/external/valgrind/VEX/pub/
Dlibvex_ir.h669 Iop_F128LOtoF64,/* F128 -> low half of F128 into a F64 register */ enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c236 …{ DEFOP(Iop_F128LOtoF64, UNDEF_TRUNC), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .pp…
/external/valgrind/memcheck/
Dmc_translate.c4360 case Iop_F128LOtoF64: /* F128 -> low half of F128 */ in expr2vbits_Unop()