Searched defs:vec_promote (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 182 #define vec_promote __builtin_s390_vec_promote macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 188 #define vec_promote __builtin_s390_vec_promote macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 348 #define vec_promote __builtin_vec_promote macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 221 vec_promote(signed char __scalar, int __index) { in vec_promote() function 230 vec_promote(unsigned char __scalar, int __index) { in vec_promote() function 239 vec_promote(signed short __scalar, int __index) { in vec_promote() function 248 vec_promote(unsigned short __scalar, int __index) { in vec_promote() function 257 vec_promote(signed int __scalar, int __index) { in vec_promote() function 266 vec_promote(unsigned int __scalar, int __index) { in vec_promote() function 275 vec_promote(signed long long __scalar, int __index) { in vec_promote() function 284 vec_promote(unsigned long long __scalar, int __index) { in vec_promote() function 294 vec_promote(float __scalar, int __index) { in vec_promote() function 304 vec_promote(double __scalar, int __index) { in vec_promote() function
|
H A D | altivec.h | 14538 static __inline__ vector signed char __ATTRS_o_ai vec_promote(signed char __a, in vec_promote() function 14546 vec_promote(unsigned char __a, int __b) { in vec_promote() function 14552 static __inline__ vector short __ATTRS_o_ai vec_promote(short __a, int __b) { in vec_promote() function 14559 vec_promote(unsigned short __a, int __b) { in vec_promote() function 14565 static __inline__ vector int __ATTRS_o_ai vec_promote(int __a, int __b) { in vec_promote() function 14571 static __inline__ vector unsigned int __ATTRS_o_ai vec_promote(unsigned int __a, in vec_promote() function 14578 static __inline__ vector float __ATTRS_o_ai vec_promote(float __a, int __b) { in vec_promote() function 14585 static __inline__ vector double __ATTRS_o_ai vec_promote(double __a, int __b) { in vec_promote() function 14592 vec_promote(signed long long __a, int __b) { in vec_promote() function 14599 vec_promote(unsigned long long __a, int __b) { in vec_promote() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 3648 #define vec_promote(_a, _element) spu_promote(_a, _element) macro
|