Searched refs:Iop_D128LOtoD64 (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_inject.c | 167 case Ity_D128: high = Iop_D128HItoD64; low = Iop_D128LOtoD64; goto store128; in store()
|
D | host_s390_isel.c | 3180 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()
|
D | ir_defs.c | 1147 case Iop_D128LOtoD64: vex_printf("D128LOtoD64"); return; in ppIROp() 3236 case Iop_D128LOtoD64: in typeOfPrimop()
|
D | host_ppc_isel.c | 4353 case Iop_D128LOtoD64: in iselDfp64Expr_wrk()
|
D | guest_s390_toIR.c | 468 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()
|
D | guest_ppc_toIR.c | 1318 assign( low, unop( Iop_D128LOtoD64, e ) ); in putDReg_pair() 12309 unop( Iop_D128LOtoD64, mkexpr( result128 ) ) ) ); in dis_dfp_bcdq()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1255 Iop_D64HLtoD128, Iop_D128HItoD64, Iop_D128LOtoD64, enumerator
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 582 { DEFOP(Iop_D128LOtoD64, UNDEF_TRUNC), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4361 case Iop_D128LOtoD64: /* D128 -> low half of D128 */ in expr2vbits_Unop()
|