Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c938 case Iop_D128toI64S: in typeof_primop()
Dirops.c517 { DEFOP(Iop_D128toI64S, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
/external/valgrind/VEX/pub/
Dlibvex_ir.h1115 Iop_D128toI64S, enumerator
/external/valgrind/VEX/priv/
Dir_defs.c1104 case Iop_D128toI64S: vex_printf("D128toI64S"); return; in ppIROp()
3235 case Iop_D128toI64S: in typeOfPrimop()
Dhost_ppc_isel.c1827 if (e->Iex.Binop.op == Iop_D128toI64S ) { in iselWordExpr_R_wrk()
3361 case Iop_D128toI64S: { in iselInt64Expr_wrk()
Dhost_s390_isel.c1231 case Iop_D128toI64S: dconv = S390_DFP_D128_TO_I64; goto do_convert_dfp128; in s390_isel_int_expr_wrk()
Dguest_ppc_toIR.c10430 assign( tmp, binop( Iop_D128toI64S, round, mkexpr( frB128 ) ) ); in dis_dfp_fmt_convq()
Dguest_s390_toIR.c9924 put_gpr_dw0(r1, binop(Iop_D128toI64S, mkexpr(rounding_mode), mkexpr(op))); in s390_irgen_CGXTR()
/external/valgrind/memcheck/
Dmc_translate.c3855 case Iop_D128toI64S: /* IRRoundingMode(I64) x D128 -> signed I64 */ in expr2vbits_Binop()