Searched refs:vec_vcfsx (Results 1 – 6 of 6) sorted by relevance
35 return vec_vcfsx(x, 0); in test5()
56 …vec_vcfsx(vsi, index); //expected-error {{argument to '__builtin_altivec_vcfsx' must be a constant… in testVCFSX()
1282 res_vf = vec_vcfsx(vi, 0); in test6()
1125 res_vf = vec_vcfsx(vi, 0); in test6()
1965 vec_vcfsx(vector int __a, int __b) { in vec_vcfsx() function
3042 #define vec_vcfsx(__a, __b) __builtin_altivec_vcfsx((vector int)(__a), (__b)) macro