Searched refs:Iop_D64toI64S (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 958 case Iop_D64toI64S: in typeof_primop()
|
D | irops.c | 506 { DEFOP(Iop_D64toI64S, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 1085 Iop_D64toI64S, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 1004 case Iop_D64toI64S: vex_printf("D64toI64S"); return; in ppIROp() 3121 case Iop_D64toI64S: in typeOfPrimop()
|
D | host_ppc_isel.c | 1767 if (e->Iex.Binop.op == Iop_D64toI64S ) { in iselWordExpr_R_wrk() 3238 case Iop_D64toI64S: { in iselInt64Expr_wrk()
|
D | host_s390_isel.c | 1224 case Iop_D64toI64S: dconv = S390_DFP_D64_TO_I64; goto do_convert_dfp; in s390_isel_int_expr_wrk()
|
D | guest_ppc_toIR.c | 10087 assign( tmp, binop( Iop_D64toI64S, round, mkexpr( frB ) ) ); in dis_dfp_fmt_conv()
|
D | guest_s390_toIR.c | 9873 put_gpr_dw0(r1, binop(Iop_D64toI64S, mkexpr(rounding_mode), mkexpr(op))); in s390_irgen_CGDTR()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3565 case Iop_D64toI64S: in expr2vbits_Binop()
|