Home
last modified time | relevance | path

Searched refs:Iop_AddF128 (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h672 Iop_AddF128, Iop_SubF128, Iop_MulF128, Iop_DivF128, enumerator
/external/valgrind/VEX/priv/
Dir_defs.c280 case Iop_AddF128: vex_printf("AddF128"); return; in ppIROp()
3223 case Iop_AddF128: in typeOfPrimop()
Dhost_s390_isel.c2021 case Iop_AddF128: bfpop = S390_BFP_ADD; break; in s390_isel_float128_expr_wrk()
Dhost_ppc_isel.c4696 case Iop_AddF128: in iselFp128Expr_wrk()
Dguest_ppc_toIR.c21559 assign( vT, triop( Iop_AddF128, rm, mkexpr( vA ), mkexpr( vB ) ) ); in dis_vx_Floating_Point_Arithmetic_quad_precision()
21564 assign( vT, triop( Iop_AddF128, set_round_to_Oddmode(), in dis_vx_Floating_Point_Arithmetic_quad_precision()
Dguest_s390_toIR.c12206 assign(result, triop(Iop_AddF128, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_AXBR()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c238 …{ DEFOP(Iop_AddF128, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .pp…
/external/valgrind/memcheck/
Dmc_translate.c2875 case Iop_AddF128: in expr2vbits_Triop()