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