Lines Matching defs:vec_sl
6571 /* vec_sl */
6573 static vector signed char __ATTRS_o_ai vec_sl(vector signed char __a,
6578 static vector unsigned char __ATTRS_o_ai vec_sl(vector unsigned char __a,
6583 static vector short __ATTRS_o_ai vec_sl(vector short __a,
6588 static vector unsigned short __ATTRS_o_ai vec_sl(vector unsigned short __a,
6593 static vector int __ATTRS_o_ai vec_sl(vector int __a, vector unsigned int __b) {
6597 static vector unsigned int __ATTRS_o_ai vec_sl(vector unsigned int __a,
6604 vec_sl(vector signed long long __a, vector unsigned long long __b) {
6609 vec_sl(vector unsigned long long __a, vector unsigned long long __b) {
6620 return vec_sl(__a, __b);
6625 return vec_sl(__a, __b);
6634 return vec_sl(__a, __b);
6639 return vec_sl(__a, __b);
6648 return vec_sl(__a, __b);
6653 return vec_sl(__a, __b);