Lines Matching defs:vec_insert
10941 vec_insert(signed char __a, vector signed char __b, int __c) { in vec_insert() function
10947 vec_insert(unsigned char __a, vector unsigned char __b, int __c) { in vec_insert() function
10952 static __inline__ vector bool char __ATTRS_o_ai vec_insert(unsigned char __a, in vec_insert() function
10960 vec_insert(signed short __a, vector signed short __b, int __c) { in vec_insert() function
10966 vec_insert(unsigned short __a, vector unsigned short __b, int __c) { in vec_insert() function
10972 vec_insert(unsigned short __a, vector bool short __b, int __c) { in vec_insert() function
10978 vec_insert(signed int __a, vector signed int __b, int __c) { in vec_insert() function
10984 vec_insert(unsigned int __a, vector unsigned int __b, int __c) { in vec_insert() function
10989 static __inline__ vector bool int __ATTRS_o_ai vec_insert(unsigned int __a, in vec_insert() function
10998 vec_insert(signed long long __a, vector signed long long __b, int __c) { in vec_insert() function
11004 vec_insert(unsigned long long __a, vector unsigned long long __b, int __c) { in vec_insert() function
11010 vec_insert(unsigned long long __a, vector bool long long __b, int __c) { in vec_insert() function
11014 static __inline__ vector double __ATTRS_o_ai vec_insert(double __a, in vec_insert() function
11022 static __inline__ vector float __ATTRS_o_ai vec_insert(float __a, in vec_insert() function