Searched refs:Iop_D128toI64S (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 938 case Iop_D128toI64S: in typeof_primop()
|
D | irops.c | 508 { DEFOP(Iop_D128toI64S, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 1097 Iop_D128toI64S, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 1018 case Iop_D128toI64S: vex_printf("D128toI64S"); return; in ppIROp() 3097 case Iop_D128toI64S: in typeOfPrimop()
|
D | host_ppc_isel.c | 1788 if (e->Iex.Binop.op == Iop_D128toI64S ) { in iselWordExpr_R_wrk() 3260 case Iop_D128toI64S: { in iselInt64Expr_wrk()
|
D | host_s390_isel.c | 1228 case Iop_D128toI64S: dconv = S390_DFP_D128_TO_I64; goto do_convert_dfp128; in s390_isel_int_expr_wrk()
|
D | guest_ppc_toIR.c | 10141 assign( tmp, binop( Iop_D128toI64S, round, mkexpr( frB128 ) ) ); in dis_dfp_fmt_convq()
|
D | guest_s390_toIR.c | 9895 put_gpr_dw0(r1, binop(Iop_D128toI64S, mkexpr(rounding_mode), mkexpr(op))); in s390_irgen_CGXTR()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3626 case Iop_D128toI64S: /* IRRoundingMode(I64) x D128 -> signed I64 */ in expr2vbits_Binop()
|