Searched refs:Iop_D32toD64 (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1087 Iop_D32toD64, enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 1105 case Iop_D32toD64: vex_printf("D32toD64"); return; in ppIROp() 3283 case Iop_D32toD64: in typeOfPrimop()
|
D | host_s390_isel.c | 3196 case Iop_D32toD64: conv = S390_DFP_D32_TO_D64; goto convert_dfp1; in s390_isel_dfp_expr_wrk()
|
D | host_ppc_isel.c | 4874 case Iop_D32toD64: { in iselDfp64Expr_wrk()
|
D | guest_s390_toIR.c | 10314 put_dpr_dw0(r1, unop(Iop_D32toD64, mkexpr(op))); in s390_irgen_LDETR()
|
D | guest_ppc_toIR.c | 13005 assign( frS, unop( Iop_D32toD64, mkexpr( frB ) ) ); in dis_dfp_fmt_conv()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 543 { DEFOP(Iop_D32toD64, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4465 case Iop_D32toD64: in expr2vbits_Unop()
|
/external/valgrind/ |
D | NEWS | 1612 312620 Change to Iop_D32toD64 [..] for s390 DFP support broke ppc [..]
|