Searched refs:vec_sro (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | tmmintrin.h | 100 return (__m128i)vec_sro((__v16qu)__A, __shift); in _mm_alignr_epi8() 110 __B = (__m128i)vec_sro((__v16qu)__B, __shiftB); in _mm_alignr_epi8() 112 __A = (__m128i)vec_sro((__v16qu)__A, __shiftA); in _mm_alignr_epi8() 126 __C = (__v2du)vec_sro((__v16qu)__C, (__v16qu)__shift); in _mm_alignr_pi8()
|
| H A D | emmintrin.h | 1563 __result = vec_sro((__v16qu)__A, __shift); in _mm_bsrli_si128()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-altivec.c | 4718 res_vsc = vec_sro(vsc, vsc); in test6() 4722 res_vsc = vec_sro(vsc, vuc); in test6() 4726 res_vuc = vec_sro(vuc, vsc); in test6() 4734 res_vs = vec_sro(vs, vsc); in test6() 4738 res_vs = vec_sro(vs, vuc); in test6() 4750 res_vp = vec_sro(vp, vsc); in test6() 4754 res_vp = vec_sro(vp, vuc); in test6() 4758 res_vi = vec_sro(vi, vsc); in test6() 4762 res_vi = vec_sro(vi, vuc); in test6() 4774 res_vf = vec_sro(vf, vsc); in test6() [all …]
|
| H A D | builtins-ppc-32bit-vec-ll.c | 217 vec_sro(vsll1, vsc); in test()
|
| H A D | builtins-ppc-vsx.c | 1928 res_vsll = vec_sro(vsll, vsc); in test1() 1932 res_vsll = vec_sro(vsll, vuc); in test1() 1936 res_vull = vec_sro(vull, vsc); in test1() 1940 res_vull = vec_sro(vull, vuc); in test1()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 10967 vec_sro(vector signed char __a, vector signed char __b) { in vec_sro() function 10973 vec_sro(vector signed char __a, vector unsigned char __b) { in vec_sro() function 10979 vec_sro(vector unsigned char __a, vector signed char __b) { in vec_sro() function 10985 vec_sro(vector unsigned char __a, vector unsigned char __b) { in vec_sro() function 11001 vec_sro(vector unsigned short __a, vector signed char __b) { in vec_sro() function 11007 vec_sro(vector unsigned short __a, vector unsigned char __b) { in vec_sro() function 11033 vec_sro(vector unsigned int __a, vector signed char __b) { in vec_sro() function 11039 vec_sro(vector unsigned int __a, vector unsigned char __b) { in vec_sro() function 11056 vec_sro(vector signed long long __a, vector signed char __b) { in vec_sro() function 11062 vec_sro(vector signed long long __a, vector unsigned char __b) { in vec_sro() function [all …]
|