| altivec.h | 8784 /* vec_sl */ 8786 // vec_sl does modulo arithmetic on __b first, so __b is allowed to be more 8789 vec_sl(vector unsigned char __a, vector unsigned char __b) { function 8795 vec_sl(vector signed char __a, vector unsigned char __b) { function 8796 return (vector signed char)vec_sl((vector unsigned char)__a, __b); 8800 vec_sl(vector unsigned short __a, vector unsigned short __b) { function 8805 static __inline__ vector short __ATTRS_o_ai vec_sl(vector short __a, function 8807 return (vector short)vec_sl((vector unsigned short)__a, __b); 8811 vec_sl(vector unsigned int __a, vector unsigned int __b) { function 8816 static __inline__ vector int __ATTRS_o_ai vec_sl(vector int __a function 8823 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { function 8829 vec_sl(vector long long __a, vector unsigned long long __b) { function 8836 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { function 8875 vec_sl(vector long long __a, vector unsigned long long __b) { function 18937 vec_sl(vector unsigned __int128 __a, vector unsigned __int128 __b) { function 18943 vec_sl(vector signed __int128 __a, vector unsigned __int128 __b) { function [all...] |