Searched refs:vec_blendv (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-p10vector.c | 962 return vec_blendv(vsca, vscb, vucc); in test_vec_blend_sc() 968 return vec_blendv(vuca, vucb, vucc); in test_vec_blend_uc() 974 return vec_blendv(vssa, vssb, vusc); in test_vec_blend_ss() 980 return vec_blendv(vusa, vusb, vusc); in test_vec_blend_us() 986 return vec_blendv(vsia, vsib, vuic); in test_vec_blend_si() 992 return vec_blendv(vuia, vuib, vuic); in test_vec_blend_ui() 998 return vec_blendv(vslla, vsllb, vullc); in test_vec_blend_sll() 1004 return vec_blendv(vulla, vullb, vullc); in test_vec_blend_ull() 1011 return vec_blendv(vfa, vfb, vuic); in test_vec_blend_f() 1018 return vec_blendv(vda, vdb, vullc); in test_vec_blend_d()
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | smmintrin.h | 322 return (__m128i)vec_blendv((__v16qi)__A, (__v16qi)__B, (__v16qu)__mask); in _mm_blendv_epi8() 359 return (__m128)vec_blendv((__v4sf)__A, (__v4sf)__B, (__v4su)__mask); in _mm_blendv_ps() 384 return (__m128d)vec_blendv((__v2df)__A, (__v2df)__B, (__v2du)__mask); in _mm_blendv_pd()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 18903 vec_blendv(vector signed char __a, vector signed char __b, in vec_blendv() function 18910 vec_blendv(vector unsigned char __a, vector unsigned char __b, in vec_blendv() function 18916 vec_blendv(vector signed short __a, vector signed short __b, in vec_blendv() function 18923 vec_blendv(vector unsigned short __a, vector unsigned short __b, in vec_blendv() function 18929 vec_blendv(vector signed int __a, vector signed int __b, in vec_blendv() function 18936 vec_blendv(vector unsigned int __a, vector unsigned int __b, in vec_blendv() function 18942 vec_blendv(vector signed long long __a, vector signed long long __b, in vec_blendv() function 18949 vec_blendv(vector unsigned long long __a, vector unsigned long long __b, in vec_blendv() function 18955 vec_blendv(vector float __a, vector float __b, vector unsigned int __c) { in vec_blendv() function 18961 vec_blendv(vector double __a, vector double __b, in vec_blendv() function
|