Home
last modified time | relevance | path

Searched refs:Iop_F128HItoF64 (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()
Dir_defs.c290 case Iop_F128HItoF64: vex_printf("F128HItoF64"); return; in ppIROp()
3137 case Iop_F128HItoF64: in typeOfPrimop()
Dhost_s390_isel.c2548 if (op == Iop_F128HItoF64 || op == Iop_F128LOtoF64) { in s390_isel_float_expr_wrk()
Dguest_s390_toIR.c444 IRExpr *high = unop(Iop_F128HItoF64, expr); in put_fpr_pair()
692 hi = unop(Iop_F128HItoF64, mkexpr(d1)); in s390_cc_thunk_put1f128()
708 hi = unop(Iop_F128HItoF64, mkexpr(d1)); in s390_cc_thunk_put1f128Z()
/external/valgrind/VEX/pub/
Dlibvex_ir.h668 Iop_F128HItoF64,/* F128 -> high half of F128 into a F64 register */ enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c235 …{ DEFOP(Iop_F128HItoF64, UNDEF_UPPER), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0,…
/external/valgrind/memcheck/
Dmc_translate.c4357 case Iop_F128HItoF64: /* F128 -> high half of F128 */ in expr2vbits_Unop()