Home | History | Annotate | Download | only in include

Lines Matching defs:vec_insert

11876 /* vec_insert */
11879 vec_insert(signed char __a, vector signed char __b, int __c) {
11885 vec_insert(unsigned char __a, vector unsigned char __b, int __c) {
11890 static __inline__ vector bool char __ATTRS_o_ai vec_insert(unsigned char __a,
11898 vec_insert(signed short __a, vector signed short __b, int __c) {
11904 vec_insert(unsigned short __a, vector unsigned short __b, int __c) {
11910 vec_insert(unsigned short __a, vector bool short __b, int __c) {
11916 vec_insert(signed int __a, vector signed int __b, int __c) {
11922 vec_insert(unsigned int __a, vector unsigned int __b, int __c) {
11927 static __inline__ vector bool int __ATTRS_o_ai vec_insert(unsigned int __a,
11936 vec_insert(signed long long __a, vector signed long long __b, int __c) {
11942 vec_insert(unsigned long long __a, vector unsigned long long __b, int __c) {
11948 vec_insert(unsigned long long __a, vector bool long long __b, int __c) {
11952 static __inline__ vector double __ATTRS_o_ai vec_insert(double __a,
11960 static __inline__ vector float __ATTRS_o_ai vec_insert(float __a,