Searched refs:vec_packsu (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-32bit-vec-ll.c | 166 vec_packsu(vsll1, vsll2); in test()
|
| H A D | builtins-ppc-p8vector.c | 659 res_vui = vec_packsu(vsll, vsll); in test1() 664 res_vui = vec_packsu(vull, vull); in test1()
|
| H A D | builtins-ppc-altivec.c | 2907 res_vuc = vec_packsu(vs, vs); in test6() 2911 res_vuc = vec_packsu(vus, vus); in test6() 2915 res_vus = vec_packsu(vi, vi); in test6() 2919 res_vus = vec_packsu(vui, vui); in test6()
|
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector.c | 1024 vuc = vec_packsu(vss, vss); in test_core() 1027 vuc = vec_packsu(vus, vus); in test_core() 1030 vus = vec_packsu(vsi, vsi); in test_core() 1033 vus = vec_packsu(vui, vui); in test_core() 1036 vui = vec_packsu(vsl, vsl); in test_core() 1039 vui = vec_packsu(vul, vul); in test_core()
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | smmintrin.h | 647 return (__m128i)vec_packsu((__v4si)__X, (__v4si)__Y); in _mm_packus_epi32()
|
| H A D | emmintrin.h | 1227 return (__m128i)vec_packsu((__v8hi)__A, (__v8hi)__B); in _mm_packus_epi16()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 2239 vec_packsu(__vector signed short __a, __vector signed short __b) { in vec_packsu() function 2247 vec_packsu(__vector unsigned short __a, __vector unsigned short __b) { in vec_packsu() function 2252 vec_packsu(__vector signed int __a, __vector signed int __b) { in vec_packsu() function 2260 vec_packsu(__vector unsigned int __a, __vector unsigned int __b) { in vec_packsu() function 2265 vec_packsu(__vector signed long long __a, __vector signed long long __b) { in vec_packsu() function 2275 vec_packsu(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_packsu() function
|
| H A D | altivec.h | 7832 vec_packsu(vector short __a, vector short __b) { in vec_packsu() function 7841 vec_packsu(vector unsigned short __a, vector unsigned short __b) { in vec_packsu() function 7850 vec_packsu(vector int __a, vector int __b) { in vec_packsu() function 7859 vec_packsu(vector unsigned int __a, vector unsigned int __b) { in vec_packsu() function 7869 vec_packsu(vector long long __a, vector long long __b) { in vec_packsu() function 7878 vec_packsu(vector unsigned long long __a, vector unsigned long long __b) { in vec_packsu() function
|