Lines Matching refs:vec_sl
5137 vec_sl(vector signed char __a, vector unsigned char __b) in vec_sl() function
5143 vec_sl(vector unsigned char __a, vector unsigned char __b) in vec_sl() function
5149 vec_sl(vector short __a, vector unsigned short __b) in vec_sl() function
5155 vec_sl(vector unsigned short __a, vector unsigned short __b) in vec_sl() function
5161 vec_sl(vector int __a, vector unsigned int __b) in vec_sl() function
5167 vec_sl(vector unsigned int __a, vector unsigned int __b) in vec_sl() function
5179 return vec_sl(__a, __b); in vec_vslb()
5185 return vec_sl(__a, __b); in vec_vslb()
5195 return vec_sl(__a, __b); in vec_vslh()
5201 return vec_sl(__a, __b); in vec_vslh()
5211 return vec_sl(__a, __b); in vec_vslw()
5217 return vec_sl(__a, __b); in vec_vslw()