Searched refs:vec_blendv (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p10vector.c | 958 return vec_blendv(vsca, vscb, vucc); in test_vec_blend_sc() 964 return vec_blendv(vuca, vucb, vucc); in test_vec_blend_uc() 970 return vec_blendv(vssa, vssb, vusc); in test_vec_blend_ss() 976 return vec_blendv(vusa, vusb, vusc); in test_vec_blend_us() 982 return vec_blendv(vsia, vsib, vuic); in test_vec_blend_si() 988 return vec_blendv(vuia, vuib, vuic); in test_vec_blend_ui() 994 return vec_blendv(vslla, vsllb, vullc); in test_vec_blend_sll() 1000 return vec_blendv(vulla, vullb, vullc); in test_vec_blend_ull() 1007 return vec_blendv(vfa, vfb, vuic); in test_vec_blend_f() 1014 return vec_blendv(vda, vdb, vullc); in test_vec_blend_d()
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 17872 vec_blendv(vector signed char __a, vector signed char __b, in vec_blendv() function 17878 vec_blendv(vector unsigned char __a, vector unsigned char __b, in vec_blendv() function 17884 vec_blendv(vector signed short __a, vector signed short __b, in vec_blendv() function 17890 vec_blendv(vector unsigned short __a, vector unsigned short __b, in vec_blendv() function 17896 vec_blendv(vector signed int __a, vector signed int __b, in vec_blendv() function 17902 vec_blendv(vector unsigned int __a, vector unsigned int __b, in vec_blendv() function 17908 vec_blendv(vector signed long long __a, vector signed long long __b, in vec_blendv() function 17914 vec_blendv(vector unsigned long long __a, vector unsigned long long __b, in vec_blendv() function 17920 vec_blendv(vector float __a, vector float __b, vector unsigned int __c) { in vec_blendv() function 17925 vec_blendv(vector double __a, vector double __b, in vec_blendv() function
|