Searched refs:Iop_D64toD32 (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 951 case Iop_D64toD32: in typeof_primop()
|
D | irops.c | 507 { DEFOP(Iop_D64toD32, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1079 Iop_D64toD32, enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 1081 case Iop_D64toD32: vex_printf("D64toD32"); return; in ppIROp() 3252 case Iop_D64toD32: in typeOfPrimop()
|
D | host_ppc_isel.c | 4266 if (e->Iex.Binop.op == Iop_D64toD32) { in iselDfp32Expr_wrk() 4375 case Iop_D64toD32: fpop = Pfp_DRSP; break; in iselDfp64Expr_wrk()
|
D | host_s390_isel.c | 2984 case Iop_D64toD32: conv = S390_DFP_D64_TO_D32; goto convert_dfp; in s390_isel_dfp_expr_wrk()
|
D | guest_ppc_toIR.c | 10364 assign( frS, binop( Iop_D64toD32, round, mkexpr( frB ) ) ); in dis_dfp_fmt_conv()
|
D | guest_s390_toIR.c | 10265 put_dpr_w0(r1, binop(Iop_D64toD32, mkexpr(encode_dfp_rounding_mode(m3)), in s390_irgen_LEDTR()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3873 case Iop_D64toD32: in expr2vbits_Binop()
|