Searched refs:Iop_AddF128 (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 795 case Iop_AddF128: in typeof_primop()
|
D | irops.c | 212 …{ DEFOP(Iop_AddF128, 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 | 279 case Iop_AddF128: vex_printf("AddF128"); return; in ppIROp() 3000 case Iop_AddF128: in typeOfPrimop()
|
D | host_s390_isel.c | 2018 case Iop_AddF128: bfpop = S390_BFP_ADD; break; in s390_isel_float128_expr_wrk()
|
D | guest_s390_toIR.c | 11980 assign(result, triop(Iop_AddF128, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_AXBR()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 2732 case Iop_AddF128: in expr2vbits_Triop()
|