Searched defs:vec_sl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Daltivec.h6694 /* vec_sl */
6697 vec_sl(vector signed char __a, vector unsigned char __b) { function
6702 vec_sl(vector unsigned char __a, vector unsigned char __b) { function
6706 static __inline__ vector short __ATTRS_o_ai vec_sl(vector short __a, function
6712 vec_sl(vector unsigned short __a, vector unsigned short __b) { function
6716 static __inline__ vector int __ATTRS_o_ai vec_sl(vector int __a, function
6722 vec_sl(vector unsigned int __a, vector unsigned int __b) { function
6728 vec_sl(vector signed long long __a, vector unsigned long long __b) { function
6733 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { function
6744 return vec_sl(__
[all...]

Completed in 180 milliseconds