Searched refs:estrin_15 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | poly_generic.h | 97 static inline VTYPE VWRAP (estrin_15) (VTYPE x, VTYPE x2, VTYPE x4, VTYPE x8, in VWRAP() argument 106 return FMA (poly[16], x16, VWRAP (estrin_15) (x, x2, x4, x8, poly)); in VWRAP() 112 return FMA (p16_17, x16, VWRAP (estrin_15) (x, x2, x4, x8, poly)); in VWRAP() 119 return FMA (p16_18, x16, VWRAP (estrin_15) (x, x2, x4, x8, poly)); in VWRAP() 125 return FMA (p16_19, x16, VWRAP (estrin_15) (x, x2, x4, x8, poly)); in VWRAP()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sv_poly_generic.h | 101 static inline VTYPE VWRAP (estrin_15) (svbool_t pg, VTYPE x, VTYPE x2, in VWRAP() argument 111 return svmla_x (pg, VWRAP (estrin_15) (pg, x, x2, x4, x8, poly), x16, in VWRAP() 119 return svmla_x (pg, VWRAP (estrin_15) (pg, x, x2, x4, x8, poly), p16_17, in VWRAP() 128 return svmla_x (pg, VWRAP (estrin_15) (pg, x, x2, x4, x8, poly), p16_18, in VWRAP() 135 return svmla_x (pg, VWRAP (estrin_15) (pg, x, x2, x4, x8, poly), in VWRAP()
|