Searched refs:Iop_DivF128 (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 798 case Iop_DivF128: in typeof_primop()
|
D | irops.c | 215 …{ DEFOP(Iop_DivF128, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .pp…
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 671 Iop_AddF128, Iop_SubF128, Iop_MulF128, Iop_DivF128, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 282 case Iop_DivF128: vex_printf("DivF128"); return; in ppIROp() 3003 case Iop_DivF128: in typeOfPrimop()
|
D | host_s390_isel.c | 2021 case Iop_DivF128: bfpop = S390_BFP_DIV; break; in s390_isel_float128_expr_wrk()
|
D | guest_s390_toIR.c | 12220 assign(result, triop(Iop_DivF128, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_DXBR()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 2738 case Iop_DivF128: in expr2vbits_Triop()
|