Searched refs:Iop_AddD64 (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1038 Iop_AddD64, Iop_SubD64, Iop_MulD64, Iop_DivD64, enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 1083 case Iop_AddD64: vex_printf("AddD64"); return; in ppIROp() 3357 case Iop_AddD64: in typeOfPrimop()
|
D | host_s390_isel.c | 3233 case Iop_AddD64: dfpop = S390_DFP_ADD; goto evaluate_dfp; in s390_isel_dfp_expr_wrk()
|
D | host_ppc_isel.c | 4497 case Iop_AddD64: in iselDfp64Expr_wrk()
|
D | guest_ppc_toIR.c | 10316 assign( frS, triop( Iop_AddD64, round, mkexpr( frA ), mkexpr( frB ) ) ); in dis_dfp_arith()
|
D | guest_s390_toIR.c | 9607 assign(result, triop(Iop_AddD64, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_ADTRA()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 514 { DEFOP(Iop_AddD64, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 2842 case Iop_AddD64: in expr2vbits_Triop()
|