Searched refs:vec_abs (Results 1 – 13 of 13) sorted by relevance
39 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()
547 __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()
377 vf = vec_abs(vf); in test_float()380 vd = vec_abs(vd); in test_float()
204 vd = vec_abs(vd); in test_float()
680 vf = vec_abs(vf); in test_float()683 vd = vec_abs(vd); in test_float()
3291 vsc = vec_abs(vsc); in test_integer()3293 vss = vec_abs(vss); in test_integer()3295 vsi = vec_abs(vsi); in test_integer()3297 vsl = vec_abs(vsl); in test_integer()4439 vd = vec_abs(vd); in test_float()
11 ;; return vec_abs(vf);16 ;; return vec_abs(vf);
14 vec_abs(vsll1); in test()
75 res_vf = vec_abs(vf); in test1()79 res_vd = vec_abs(vd); in test1()
73 res_vsll = vec_abs(vsll); in test1()
76 vsc = vec_abs(vsc); in test1()82 vs = vec_abs(vs); in test1()88 vi = vec_abs(vi); in test1()94 vf = vec_abs(vf); in test1()
112 #define __builtin_altivec_abs_v16qi vec_abs113 #define __builtin_altivec_abs_v8hi vec_abs114 #define __builtin_altivec_abs_v4si vec_abs117 vec_abs(vector signed char __a) { in vec_abs() function122 vec_abs(vector signed short __a) { in vec_abs() function127 vec_abs(vector signed int __a) { in vec_abs() function133 vec_abs(vector signed long long __a) { in vec_abs() function138 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { in vec_abs() function149 static __inline__ vector double __ATTRS_o_ai vec_abs(vector double __a) { in vec_abs() function18234 return - vec_abs(__a); in vec_nabs()[all …]
7972 vec_abs(__vector signed char __a) { in vec_abs() function7977 vec_abs(__vector signed short __a) { in vec_abs() function7982 vec_abs(__vector signed int __a) { in vec_abs() function7987 vec_abs(__vector signed long long __a) { in vec_abs() function7993 vec_abs(__vector float __a) { in vec_abs() function7999 vec_abs(__vector double __a) { in vec_abs() function