Home
last modified time | relevance | path

Searched refs:vec_abs (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h39 return (__m128i)vec_abs((__v8hi)__A); in _mm_abs_epi16()
45 return (__m128i)vec_abs((__v4si)__A); in _mm_abs_epi32()
51 return (__m128i)vec_abs((__v16qi)__A); in _mm_abs_epi8()
58 return (__m64)((__v2du)vec_abs(__B))[0]; in _mm_abs_pi16()
65 return (__m64)((__v2du)vec_abs(__B))[0]; in _mm_abs_pi32()
72 return (__m64)((__v2du)vec_abs(__B))[0]; in _mm_abs_pi8()
H A Dxmmintrin.h547 __a = (__vector unsigned int)vec_abs((__v4sf)__A); in _mm_cmpord_ps()
548 __b = (__vector unsigned int)vec_abs((__v4sf)__B); in _mm_cmpord_ps()
562 __a = (__vector unsigned int)vec_abs((__v4sf)__A); in _mm_cmpunord_ps()
563 __b = (__vector unsigned int)vec_abs((__v4sf)__B); in _mm_cmpunord_ps()
752 __a = (__vector unsigned int)vec_abs((__v4sf)__A); in _mm_cmpord_ss()
753 __b = (__vector unsigned int)vec_abs((__v4sf)__B); in _mm_cmpord_ss()
771 __a = (__vector unsigned int)vec_abs((__v4sf)__A); in _mm_cmpunord_ss()
772 __b = (__vector unsigned int)vec_abs((__v4sf)__B); in _mm_cmpunord_ss()
/src/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h112 #define __builtin_altivec_abs_v16qi vec_abs
113 #define __builtin_altivec_abs_v8hi vec_abs
114 #define __builtin_altivec_abs_v4si vec_abs
117 vec_abs(vector signed char __a) { in vec_abs() function
122 vec_abs(vector signed short __a) { in vec_abs() function
127 vec_abs(vector signed int __a) { in vec_abs() function
133 vec_abs(vector signed long long __a) { in vec_abs() function
138 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { in vec_abs() function
149 static __inline__ vector double __ATTRS_o_ai vec_abs(vector double __a) { in vec_abs() function
18265 return - vec_abs(__a); in vec_nabs()
[all …]
H A Dvecintrin.h7973 vec_abs(__vector signed char __a) { in vec_abs() function
7978 vec_abs(__vector signed short __a) { in vec_abs() function
7983 vec_abs(__vector signed int __a) { in vec_abs() function
7988 vec_abs(__vector signed long long __a) { in vec_abs() function
7994 vec_abs(__vector float __a) { in vec_abs() function
8000 vec_abs(__vector double __a) { in vec_abs() function