Searched refs:Iop_D128toI64S (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h1097 Iop_D128toI64S, enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c938 case Iop_D128toI64S:
H A Dirops.c508 { DEFOP(Iop_D128toI64S, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
/external/valgrind/main/VEX/priv/
H A Dir_defs.c1018 case Iop_D128toI64S: vex_printf("D128toI64S"); return;
3097 case Iop_D128toI64S:
H A Dhost_ppc_isel.c1788 if (e->Iex.Binop.op == Iop_D128toI64S ) {
3260 case Iop_D128toI64S: {
H A Dhost_s390_isel.c1228 case Iop_D128toI64S: dconv = S390_DFP_D128_TO_I64; goto do_convert_dfp128;
H A Dguest_ppc_toIR.c10141 assign( tmp, binop( Iop_D128toI64S, round, mkexpr( frB128 ) ) );
H A Dguest_s390_toIR.c9895 put_gpr_dw0(r1, binop(Iop_D128toI64S, mkexpr(rounding_mode), mkexpr(op)));
/external/valgrind/main/memcheck/
H A Dmc_translate.c3626 case Iop_D128toI64S: /* IRRoundingMode(I64) x D128 -> signed I64 */

Completed in 4271 milliseconds