Lines Matching refs:vec_sl
6697 vec_sl(vector signed char __a, vector unsigned char __b) { in vec_sl() function
6702 vec_sl(vector unsigned char __a, vector unsigned char __b) { in vec_sl() function
6706 static __inline__ vector short __ATTRS_o_ai vec_sl(vector short __a, in vec_sl() function
6712 vec_sl(vector unsigned short __a, vector unsigned short __b) { in vec_sl() function
6716 static __inline__ vector int __ATTRS_o_ai vec_sl(vector int __a, in vec_sl() function
6722 vec_sl(vector unsigned int __a, vector unsigned int __b) { in vec_sl() function
6728 vec_sl(vector signed long long __a, vector unsigned long long __b) { in vec_sl() function
6733 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { in vec_sl() function
6744 return vec_sl(__a, __b); in vec_vslb()
6749 return vec_sl(__a, __b); in vec_vslb()
6758 return vec_sl(__a, __b); in vec_vslh()
6763 return vec_sl(__a, __b); in vec_vslh()
6772 return vec_sl(__a, __b); in vec_vslw()
6777 return vec_sl(__a, __b); in vec_vslw()