| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| vecintrin.h | 117 /*-- vec_insert -------------------------------------------------------------*/ 120 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(unsigned int __scalar, __vector unsigned int __vec, int __index) 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...] |
| altivec.h | 13555 /* vec_insert */ 13558 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(unsigned int __a 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...] |
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| vecintrin.h | 187 #define vec_insert __builtin_s390_vec_insert macro
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| vecintrin.h | 187 #define vec_insert __builtin_s390_vec_insert macro
|
| /src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| vmx2spu.h | 3451 /* vec_insert (insert scalar into specified vector element) 3454 #define vec_insert(_a, _b, _element) spu_insert(_a, _b, _element) macro
|