Lines Matching refs:vec_sl
6573 static vector signed char __ATTRS_o_ai vec_sl(vector signed char __a, in vec_sl() function
6578 static vector unsigned char __ATTRS_o_ai vec_sl(vector unsigned char __a, in vec_sl() function
6583 static vector short __ATTRS_o_ai vec_sl(vector short __a, in vec_sl() function
6588 static vector unsigned short __ATTRS_o_ai vec_sl(vector unsigned short __a, in vec_sl() function
6593 static vector int __ATTRS_o_ai vec_sl(vector int __a, vector unsigned int __b) { in vec_sl() function
6597 static vector unsigned int __ATTRS_o_ai vec_sl(vector unsigned int __a, in vec_sl() function
6604 vec_sl(vector signed long long __a, vector unsigned long long __b) { in vec_sl() function
6609 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { in vec_sl() function
6620 return vec_sl(__a, __b); in vec_vslb()
6625 return vec_sl(__a, __b); in vec_vslb()
6634 return vec_sl(__a, __b); in vec_vslh()
6639 return vec_sl(__a, __b); in vec_vslh()
6648 return vec_sl(__a, __b); in vec_vslw()
6653 return vec_sl(__a, __b); in vec_vslw()