Searched refs:Iop_AddF128 (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 672 Iop_AddF128, Iop_SubF128, Iop_MulF128, Iop_DivF128, enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 280 case Iop_AddF128: vex_printf("AddF128"); return; in ppIROp() 3141 case Iop_AddF128: in typeOfPrimop()
|
D | host_s390_isel.c | 2021 case Iop_AddF128: bfpop = S390_BFP_ADD; break; in s390_isel_float128_expr_wrk()
|
D | guest_s390_toIR.c | 12071 assign(result, triop(Iop_AddF128, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_AXBR()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 237 …{ DEFOP(Iop_AddF128, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .pp…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 2830 case Iop_AddF128: in expr2vbits_Triop()
|