Home | History | Annotate | Download | only in include

Lines Matching defs:vec_sld

6745 /*-- vec_sld ----------------------------------------------------------------*/
6748 vec_sld(vector signed char __a, vector signed char __b, int __c)
6752 vec_sld(vector bool char __a, vector bool char __b, int __c)
6756 vec_sld(vector unsigned char __a, vector unsigned char __b, int __c)
6760 vec_sld(vector signed short __a, vector signed short __b, int __c)
6764 vec_sld(vector bool short __a, vector bool short __b, int __c)
6768 vec_sld(vector unsigned short __a, vector unsigned short __b, int __c)
6772 vec_sld(vector signed int __a, vector signed int __b, int __c)
6776 vec_sld(vector bool int __a, vector bool int __b, int __c)
6780 vec_sld(vector unsigned int __a, vector unsigned int __b, int __c)
6784 vec_sld(vector signed long long __a, vector signed long long __b, int __c)
6788 vec_sld(vector bool long long __a, vector bool long long __b, int __c)
6792 vec_sld(vector unsigned long long __a, vector unsigned long long __b, int __c)
6797 vec_sld(vector float __a, vector float __b, int __c)
6802 vec_sld(vector double __a, vector double __b, int __c)
6805 #define vec_sld(X, Y, Z) ((__typeof__((vec_sld)((X), (Y), (Z)))) \