| altivec.h | 10295 /* vec_sr */ 10297 // vec_sr does modulo arithmetic on __b first, so __b is allowed to be more 10300 vec_sr(vector unsigned char __a, vector unsigned char __b) { function 10306 vec_sr(vector signed char __a, vector unsigned char __b) { function 10307 return (vector signed char)vec_sr((vector unsigned char)__a, __b); 10311 vec_sr(vector unsigned short __a, vector unsigned short __b) { function 10316 static __inline__ vector short __ATTRS_o_ai vec_sr(vector short __a, function 10318 return (vector short)vec_sr((vector unsigned short)__a, __b); 10322 vec_sr(vector unsigned int __a, vector unsigned int __b) { function 10327 static __inline__ vector int __ATTRS_o_ai vec_sr(vector int __a function 10334 vec_sr(vector unsigned long long __a, vector unsigned long long __b) { function 10340 vec_sr(vector long long __a, vector unsigned long long __b) { function 10345 vec_sr(vector unsigned long long __a, vector unsigned long long __b) { function 10384 vec_sr(vector long long __a, vector unsigned long long __b) { function 18949 vec_sr(vector unsigned __int128 __a, vector unsigned __int128 __b) { function 18955 vec_sr(vector signed __int128 __a, vector unsigned __int128 __b) { function [all...] |