Searched refs:Iop_SubD128 (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 1004 case Iop_SubD128: in typeof_primop()
|
D | irops.c | 485 { DEFOP(Iop_SubD128, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 1024 Iop_AddD128, Iop_SubD128, Iop_MulD128, Iop_DivD128, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 1039 case Iop_SubD128: vex_printf("SubD128"); return; in ppIROp() 3225 case Iop_SubD128: in typeOfPrimop()
|
D | host_s390_isel.c | 2663 case Iop_SubD128: dfpop = S390_DFP_SUB; goto evaluate_dfp128; in s390_isel_dfp128_expr_wrk()
|
D | host_ppc_isel.c | 4599 case Iop_SubD128: in iselDfp128Expr_wrk()
|
D | guest_ppc_toIR.c | 9949 assign( frS, triop( Iop_SubD128, round, mkexpr( frA ), mkexpr( frB ) ) ); in dis_dfp_arithq()
|
D | guest_s390_toIR.c | 10434 assign(result, triop(Iop_SubD128, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_SXTRA()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 2735 case Iop_SubD128: in expr2vbits_Triop()
|