Home
last modified time | relevance | path

Searched refs:Iop_DivF128 (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c798 case Iop_DivF128: in typeof_primop()
Dirops.c215 …{ DEFOP(Iop_DivF128, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .pp…
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h671 Iop_AddF128, Iop_SubF128, Iop_MulF128, Iop_DivF128, enumerator
/external/valgrind/main/VEX/priv/
Dir_defs.c282 case Iop_DivF128: vex_printf("DivF128"); return; in ppIROp()
3003 case Iop_DivF128: in typeOfPrimop()
Dhost_s390_isel.c2021 case Iop_DivF128: bfpop = S390_BFP_DIV; break; in s390_isel_float128_expr_wrk()
Dguest_s390_toIR.c12220 assign(result, triop(Iop_DivF128, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_DXBR()
/external/valgrind/main/memcheck/
Dmc_translate.c2738 case Iop_DivF128: in expr2vbits_Triop()