Home
last modified time | relevance | path

Searched refs:Iop_SubD128 (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c1004 case Iop_SubD128: in typeof_primop()
Dirops.c485 { DEFOP(Iop_SubD128, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h1024 Iop_AddD128, Iop_SubD128, Iop_MulD128, Iop_DivD128, enumerator
/external/valgrind/main/VEX/priv/
Dir_defs.c1039 case Iop_SubD128: vex_printf("SubD128"); return; in ppIROp()
3225 case Iop_SubD128: in typeOfPrimop()
Dhost_s390_isel.c2663 case Iop_SubD128: dfpop = S390_DFP_SUB; goto evaluate_dfp128; in s390_isel_dfp128_expr_wrk()
Dhost_ppc_isel.c4599 case Iop_SubD128: in iselDfp128Expr_wrk()
Dguest_ppc_toIR.c9949 assign( frS, triop( Iop_SubD128, round, mkexpr( frA ), mkexpr( frB ) ) ); in dis_dfp_arithq()
Dguest_s390_toIR.c10434 assign(result, triop(Iop_SubD128, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_SXTRA()
/external/valgrind/main/memcheck/
Dmc_translate.c2735 case Iop_SubD128: in expr2vbits_Triop()