Searched defs:vec_xl (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 177 #define vec_xl __builtin_s390_vec_xl macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 183 #define vec_xl __builtin_s390_vec_xl macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 361 #define vec_xl __builtin_vec_vsx_ld macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 1018 vec_xl(long __offset, const signed char *__ptr) { in vec_xl() function 1026 vec_xl(long __offset, const unsigned char *__ptr) { in vec_xl() function 1034 vec_xl(long __offset, const signed short *__ptr) { in vec_xl() function 1042 vec_xl(long __offset, const unsigned short *__ptr) { in vec_xl() function 1050 vec_xl(long __offset, const signed int *__ptr) { in vec_xl() function 1058 vec_xl(long __offset, const unsigned int *__ptr) { in vec_xl() function 1066 vec_xl(long __offset, const signed long long *__ptr) { in vec_xl() function 1074 vec_xl(long __offset, const unsigned long long *__ptr) { in vec_xl() function 1083 vec_xl(long __offset, const float *__ptr) { in vec_xl() function 1092 vec_xl(long __offset, const double *__ptr) { in vec_xl() function
|
H A D | altivec.h | 17560 static inline __ATTRS_o_ai vector signed char vec_xl(ptrdiff_t __offset, in vec_xl() function 17566 vec_xl(ptrdiff_t __offset, const unsigned char *__ptr) { in vec_xl() function 17571 vec_xl(ptrdiff_t __offset, const signed short *__ptr) { in vec_xl() function 17577 vec_xl(ptrdiff_t __offset, const unsigned short *__ptr) { in vec_xl() function 17582 static inline __ATTRS_o_ai vector signed int vec_xl(ptrdiff_t __offset, in vec_xl() function 17589 vec_xl(ptrdiff_t __offset, const unsigned int *__ptr) { in vec_xl() function 17594 static inline __ATTRS_o_ai vector float vec_xl(ptrdiff_t __offset, in vec_xl() function 17606 vec_xl(ptrdiff_t __offset, const signed long long *__ptr) { in vec_xl() function 17612 vec_xl(ptrdiff_t __offset, const unsigned long long *__ptr) { in vec_xl() function 17617 static inline __ATTRS_o_ai vector double vec_xl(ptrdiff_t __offset, in vec_xl() function [all …]
|