Searched defs:vec_insert (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h3454 #define vec_insert(_a, _b, _element) spu_insert(_a, _b, _element) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h120 vec_insert(signed char __scalar, __vector signed char __vec, int __index) { function
127 vec_insert(unsigned char __scalar, __vector __bool char __vec, int __index) { function
134 vec_insert(unsigned char __scalar, __vector unsigned char __vec, int __index) { function
140 vec_insert(signed short __scalar, __vector signed short __vec, int __index) { function
147 vec_insert(unsigned short __scalar, __vector __bool short __vec, function
155 vec_insert(unsigned short __scalar, __vector unsigned short __vec, function
162 vec_insert(signed int __scalar, __vector signed int __vec, int __index) { function
169 vec_insert(unsigned int __scalar, __vector __bool int __vec, int __index) { function
176 vec_insert(unsigne function
182 vec_insert(signed long long __scalar, __vector signed long long __vec, function
190 vec_insert(unsigned long long __scalar, __vector __bool long long __vec, function
198 vec_insert(unsigned long long __scalar, __vector unsigned long long __vec, function
206 vec_insert(float __scalar, __vector float __vec, int __index) { function
213 vec_insert(double __scalar, __vector double __vec, int __index) { function
[all...]
H A Daltivec.h13558 vec_insert(signed char __a, vector signed char __b, int __c) { function
13564 vec_insert(unsigned char __a, vector unsigned char __b, int __c) { function
13569 static __inline__ vector bool char __ATTRS_o_ai vec_insert(unsigned char __a, function
13577 vec_insert(signed short __a, vector signed short __b, int __c) { function
13583 vec_insert(unsigned short __a, vector unsigned short __b, int __c) { function
13589 vec_insert(unsigned short __a, vector bool short __b, int __c) { function
13595 vec_insert(signed int __a, vector signed int __b, int __c) { function
13601 vec_insert(unsigned int __a, vector unsigned int __b, int __c) { function
13606 static __inline__ vector bool int __ATTRS_o_ai vec_insert(unsigne function
13615 vec_insert(signed long long __a, vector signed long long __b, int __c) { function
13621 vec_insert(unsigned long long __a, vector unsigned long long __b, int __c) { function
13627 vec_insert(unsigned long long __a, vector bool long long __b, int __c) { function
13631 static __inline__ vector double __ATTRS_o_ai vec_insert(double __a, function
13639 static __inline__ vector float __ATTRS_o_ai vec_insert(float __a, function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h181 #define vec_insert __builtin_s390_vec_insert macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h187 #define vec_insert __builtin_s390_vec_insert macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h346 #define vec_insert __builtin_vec_insert macro

Completed in 476 milliseconds