Lines Matching defs:vec_sldw
9300 /* vec_sldw */
9301 static __inline__ vector signed char __ATTRS_o_ai vec_sldw(
9307 vec_sldw(vector unsigned char __a, vector unsigned char __b,
9312 static __inline__ vector signed short __ATTRS_o_ai vec_sldw(
9318 vec_sldw(vector unsigned short __a, vector unsigned short __b,
9324 vec_sldw(vector signed int __a, vector signed int __b, unsigned const int __c) {
9328 static __inline__ vector unsigned int __ATTRS_o_ai vec_sldw(
9333 static __inline__ vector float __ATTRS_o_ai vec_sldw(
9340 vec_sldw(vector signed long long __a, vector signed long long __b,
9346 vec_sldw(vector unsigned long long __a, vector unsigned long long __b,
9351 static __inline__ vector double __ATTRS_o_ai vec_sldw(