Searched refs:vec_slo (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | tmmintrin.h | 102 return (__m128i)vec_slo((__v16qu)__A, __shift); in _mm_alignr_epi8() 109 __A = (__m128i)vec_slo((__v16qu)__A, __shiftA); in _mm_alignr_epi8() 113 __B = (__m128i)vec_slo((__v16qu)__B, __shiftB); in _mm_alignr_epi8() 129 __C = (__v2du)vec_slo((__v16qu)__C, (__v16qu)__shift); in _mm_alignr_pi8()
|
| H A D | emmintrin.h | 1565 __result = vec_slo((__v16qu)__A, __shift); in _mm_bsrli_si128()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-altivec.c | 4116 res_vsc = vec_slo(vsc, vsc); in test6() 4120 res_vsc = vec_slo(vsc, vuc); in test6() 4124 res_vuc = vec_slo(vuc, vsc); in test6() 4132 res_vs = vec_slo(vs, vsc); in test6() 4136 res_vs = vec_slo(vs, vuc); in test6() 4148 res_vp = vec_slo(vp, vsc); in test6() 4152 res_vp = vec_slo(vp, vuc); in test6() 4156 res_vi = vec_slo(vi, vsc); in test6() 4160 res_vi = vec_slo(vi, vuc); in test6() 4172 res_vf = vec_slo(vf, vsc); in test6() [all …]
|
| H A D | builtins-ppc-32bit-vec-ll.c | 197 vec_slo(vsll1, vsc); in test()
|
| H A D | builtins-ppc-vsx.c | 1904 res_vsll = vec_slo(vsll, vsc); in test1() 1908 res_vsll = vec_slo(vsll, vuc); in test1() 1912 res_vull = vec_slo(vull, vsc); in test1() 1916 res_vull = vec_slo(vull, vuc); in test1()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 9872 vec_slo(vector signed char __a, vector signed char __b) { in vec_slo() function 9878 vec_slo(vector signed char __a, vector unsigned char __b) { in vec_slo() function 9884 vec_slo(vector unsigned char __a, vector signed char __b) { in vec_slo() function 9890 vec_slo(vector unsigned char __a, vector unsigned char __b) { in vec_slo() function 9906 vec_slo(vector unsigned short __a, vector signed char __b) { in vec_slo() function 9912 vec_slo(vector unsigned short __a, vector unsigned char __b) { in vec_slo() function 9938 vec_slo(vector unsigned int __a, vector signed char __b) { in vec_slo() function 9944 vec_slo(vector unsigned int __a, vector unsigned char __b) { in vec_slo() function 9961 vec_slo(vector signed long long __a, vector signed char __b) { in vec_slo() function 9967 vec_slo(vector signed long long __a, vector unsigned char __b) { in vec_slo() function [all …]
|