Searched refs:vec_abs (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h39 return (__m128i) vec_abs ((__v8hi) __A);
46 return (__m128i) vec_abs ((__v4si) __A);
53 return (__m128i) vec_abs ((__v16qi) __A);
61 return (__m64) ((__v2du) vec_abs (__B))[0];
69 return (__m64) ((__v2du) vec_abs (__B))[0];
77 return (__m64) ((__v2du) vec_abs (__B))[0];
H A Dxmmintrin.h546 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
547 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
561 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
562 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
762 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
763 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
782 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
783 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
H A Demmintrin.h417 a = (__v2du)vec_abs ((__v2df)__A);
418 b = (__v2du)vec_abs ((__v2df)__B);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h188 #define vec_abs __builtin_vec_abs macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h7803 /*-- vec_abs ----------------------------------------------------------------*/
7806 vec_abs(vector signed char __a) { function
7811 vec_abs(vector signed short __a) { function
7816 vec_abs(vector signed int __a) { function
7821 vec_abs(vector signed long long __a) { function
7827 vec_abs(vector float __a) { function
7833 vec_abs(vector double __a) { function
H A Daltivec.h108 /* vec_abs */
110 #define __builtin_altivec_abs_v16qi vec_abs
111 #define __builtin_altivec_abs_v8hi vec_abs
112 #define __builtin_altivec_abs_v4si vec_abs
115 vec_abs(vector signed char __a) { function
120 vec_abs(vector signed short __a) { function
125 vec_abs(vector signed int __a) { function
131 vec_abs(vector signed long long __a) { function
136 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { function
147 static __inline__ vector double __ATTRS_o_ai vec_abs(vecto function
[all...]

Completed in 404 milliseconds