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

Lines Matching defs:vec_sldw

5683 /*-- vec_sldw ---------------------------------------------------------------*/
5686 vec_sldw(vector signed char __a, vector signed char __b, int __c)
5690 vec_sldw(vector unsigned char __a, vector unsigned char __b, int __c)
5694 vec_sldw(vector signed short __a, vector signed short __b, int __c)
5698 vec_sldw(vector unsigned short __a, vector unsigned short __b, int __c)
5702 vec_sldw(vector signed int __a, vector signed int __b, int __c)
5706 vec_sldw(vector unsigned int __a, vector unsigned int __b, int __c)
5710 vec_sldw(vector signed long long __a, vector signed long long __b, int __c)
5714 vec_sldw(vector unsigned long long __a, vector unsigned long long __b, int __c)
5718 vec_sldw(vector double __a, vector double __b, int __c)
5721 #define vec_sldw(X, Y, Z) ((__typeof__((vec_sldw)((X), (Y), (Z)))) \