| altivec.h | 5610 /* vec_mergeo */ 5612 static __inline__ vector bool int __ATTRS_o_ai vec_mergeo(vector bool int __a, function 5621 vec_mergeo(vector signed int __a, vector signed int __b) { function 5629 vec_mergeo(vector unsigned int __a, vector unsigned int __b) { function 5637 vec_mergeo(vector bool long long __a, vector bool long long __b) { function 5642 vec_mergeo(vector signed long long __a, vector signed long long __b) { function 5647 vec_mergeo(vector unsigned long long __a, vector unsigned long long __b) { function 5652 vec_mergeo(vector float __a, vector float __b) { function 5660 vec_mergeo(vector double __a, vector double __b) { function 7460 return (vector unsigned short)vec_mergeo(__resa, __resb) [all...] |