Home | History | Annotate | Download | only in clang-include

Lines Matching full:vec_sel

4876 /* vec_sel */
4878 #define __builtin_altivec_vsel_4si vec_sel
4881 vec_sel(vector signed char __a, vector signed char __b, vector unsigned char __c)
4887 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c)
4893 vec_sel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c)
4899 vec_sel(vector unsigned char __a, vector unsigned char __b, vector bool char __c)
4905 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c)
4911 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c)
4917 vec_sel(vector short __a, vector short __b, vector unsigned short __c)
4923 vec_sel(vector short __a, vector short __b, vector bool short __c)
4929 vec_sel(vector unsigned short __a,
4937 vec_sel(vector unsigned short __a, vector unsigned short __b, vector bool short __c)
4943 vec_sel(vector bool short __a, vector bool short __b, vector unsigned short __c)
4949 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c)
4955 vec_sel(vector int __a, vector int __b, vector unsigned int __c)
4961 vec_sel(vector int __a, vector int __b, vector bool int __c)
4967 vec_sel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c)
4973 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c)
4979 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c)
4985 vec_sel(vector bool int __a, vector bool int __b, vector bool int __c)
4991 vec_sel(vector float __a, vector float __b, vector unsigned int __c)
4999 vec_sel(vector float __a, vector float __b, vector bool int __c)