Lines Matching defs:vec_sldw
8285 /*-- vec_sldw ---------------------------------------------------------------*/
8288 vec_sldw(__vector signed char __a, __vector signed char __b, int __c)
8292 vec_sldw(__vector unsigned char __a, __vector unsigned char __b, int __c)
8296 vec_sldw(__vector signed short __a, __vector signed short __b, int __c)
8300 vec_sldw(__vector unsigned short __a, __vector unsigned short __b, int __c)
8304 vec_sldw(__vector signed int __a, __vector signed int __b, int __c)
8308 vec_sldw(__vector unsigned int __a, __vector unsigned int __b, int __c)
8312 vec_sldw(__vector signed long long __a, __vector signed long long __b, int __c)
8316 vec_sldw(__vector unsigned long long __a, __vector unsigned long long __b,
8321 vec_sldw(__vector signed __int128 __a, __vector signed __int128 __b, int __c)
8325 vec_sldw(__vector unsigned __int128 __a, __vector unsigned __int128 __b,
8331 vec_sldw(__vector double __a, __vector double __b, int __c)
8334 #define vec_sldw(X, Y, Z) ((__typeof__((vec_sldw)((X), (Y), (Z)))) \