Home
last modified time | relevance | path

Searched refs:Iop_D128LOtoD64 (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/VEX/priv/
Dir_inject.c167 case Ity_D128: high = Iop_D128HItoD64; low = Iop_D128LOtoD64; goto store128; in store()
Dhost_s390_isel.c3180 if (op == Iop_D128HItoD64 || op == Iop_D128LOtoD64) { in s390_isel_dfp_expr_wrk()
3184 return op == Iop_D128LOtoD64 ? dst_lo : dst_hi; in s390_isel_dfp_expr_wrk()
Dir_defs.c1147 case Iop_D128LOtoD64: vex_printf("D128LOtoD64"); return; in ppIROp()
3236 case Iop_D128LOtoD64: in typeOfPrimop()
Dhost_ppc_isel.c4353 case Iop_D128LOtoD64: in iselDfp64Expr_wrk()
Dguest_s390_toIR.c468 IRExpr *low = unop(Iop_D128LOtoD64, expr); in put_dpr_pair()
727 lo = unop(Iop_D128LOtoD64, mkexpr(d1)); in s390_cc_thunk_put1d128()
743 lo = unop(Iop_ReinterpD64asI64, unop(Iop_D128LOtoD64, mkexpr(d1))); in s390_cc_thunk_put1d128Z()
Dguest_ppc_toIR.c1318 assign( low, unop( Iop_D128LOtoD64, e ) ); in putDReg_pair()
12309 unop( Iop_D128LOtoD64, mkexpr( result128 ) ) ) ); in dis_dfp_bcdq()
/external/valgrind/VEX/pub/
Dlibvex_ir.h1255 Iop_D64HLtoD128, Iop_D128HItoD64, Iop_D128LOtoD64, enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c582 { DEFOP(Iop_D128LOtoD64, UNDEF_TRUNC), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
/external/valgrind/memcheck/
Dmc_translate.c4361 case Iop_D128LOtoD64: /* D128 -> low half of D128 */ in expr2vbits_Unop()