Home
last modified time | relevance | path

Searched refs:vec_unpackl (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h377 __v8hi __D = vec_and(vec_unpackl((__v16qi)__A), __unsigned); in _mm_maddubs_epi16()
379 __v8hi __F = vec_unpackl((__v16qi)__B); in _mm_maddubs_epi16()
395 __C = vec_unpackl((__v16qi)__C); in _mm_maddubs_pi16()
399 __D = vec_unpackl((__v16qi)__D); in _mm_maddubs_pi16()
417 __D = vec_unpackl((__v8hi)__A); in _mm_mulhrs_epi16()
418 __v4si __E = vec_unpackl((__v8hi)__B); in _mm_mulhrs_epi16()
H A Demmintrin.h957 __tmp2 = (__v2di)vec_unpackl(__temp); in _mm_cvtpi32_pd()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p8vector.c743 res_vsll = vec_unpackl(vsi); in test1()
748 res_vbll = vec_unpackl(vbi); in test1()
H A Dbuiltins-ppc-p9vector.c926 return vec_unpackl(vfa); in test80()
H A Dbuiltins-ppc-altivec.c5822 res_vs = vec_unpackl(vsc); in test6()
5826 res_vbs = vec_unpackl(vbc); in test6()
5830 res_vi = vec_unpackl(vs); in test6()
5834 res_vbi = vec_unpackl(vbs); in test6()
5838 res_vui = vec_unpackl(vp); in test6()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c1081 vss = vec_unpackl(vsc); in test_core()
1084 vus = vec_unpackl(vuc); in test_core()
1087 vbs = vec_unpackl(vbc); in test_core()
1090 vsi = vec_unpackl(vss); in test_core()
1093 vui = vec_unpackl(vus); in test_core()
1096 vbi = vec_unpackl(vbs); in test_core()
1099 vsl = vec_unpackl(vsi); in test_core()
1102 vul = vec_unpackl(vui); in test_core()
1105 vbl = vec_unpackl(vbi); in test_core()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h2350 vec_unpackl(__vector signed char __a) { in vec_unpackl() function
2355 vec_unpackl(__vector __bool char __a) { in vec_unpackl() function
2361 vec_unpackl(__vector unsigned char __a) { in vec_unpackl() function
2366 vec_unpackl(__vector signed short __a) { in vec_unpackl() function
2371 vec_unpackl(__vector __bool short __a) { in vec_unpackl() function
2377 vec_unpackl(__vector unsigned short __a) { in vec_unpackl() function
2382 vec_unpackl(__vector signed int __a) { in vec_unpackl() function
2387 vec_unpackl(__vector __bool int __a) { in vec_unpackl() function
2393 vec_unpackl(__vector unsigned int __a) { in vec_unpackl() function
H A Daltivec.h12769 vec_unpackl(vector signed char __a) { in vec_unpackl() function
12778 vec_unpackl(vector bool char __a) { in vec_unpackl() function
12786 static __inline__ vector int __ATTRS_o_ai vec_unpackl(vector short __a) { in vec_unpackl() function
12795 vec_unpackl(vector bool short __a) { in vec_unpackl() function
12804 vec_unpackl(vector pixel __a) { in vec_unpackl() function
12813 static __inline__ vector long long __ATTRS_o_ai vec_unpackl(vector int __a) { in vec_unpackl() function
12822 vec_unpackl(vector bool int __a) { in vec_unpackl() function
12831 vec_unpackl(vector float __a) { in vec_unpackl() function