Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c377 vf = vec_abs(vf); in test_float()
380 vd = vec_abs(vd); in test_float()
H A Dbuiltins-systemz-zvector-constrained.c204 vd = vec_abs(vd); in test_float()
H A Dbuiltins-systemz-zvector2.c680 vf = vec_abs(vf); in test_float()
683 vd = vec_abs(vd); in test_float()
H A Dbuiltins-systemz-zvector.c3291 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()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-emit-tracebacktable-vectorinfo.ll11 ;; return vec_abs(vf);
16 ;; return vec_abs(vf);
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-32bit-vec-ll.c14 vec_abs(vsll1); in test()
H A Dbuiltins-ppc-vsx.c75 res_vf = vec_abs(vf); in test1()
79 res_vd = vec_abs(vd); in test1()
H A Dbuiltins-ppc-p8vector.c73 res_vsll = vec_abs(vsll); in test1()
H A Dbuiltins-ppc-altivec.c76 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()
/llvm-project-15.0.7/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
18234 return - vec_abs(__a); in vec_nabs()
[all …]
H A Dvecintrin.h7972 vec_abs(__vector signed char __a) { in vec_abs() function
7977 vec_abs(__vector signed short __a) { in vec_abs() function
7982 vec_abs(__vector signed int __a) { in vec_abs() function
7987 vec_abs(__vector signed long long __a) { in vec_abs() function
7993 vec_abs(__vector float __a) { in vec_abs() function
7999 vec_abs(__vector double __a) { in vec_abs() function