Searched defs:vec_xl (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 1018 vec_xl(long __offset, const signed char *__ptr) { vec_xl() function 1026 vec_xl(long __offset, const unsigned char *__ptr) { vec_xl() function 1034 vec_xl(long __offset, const signed short *__ptr) { vec_xl() function 1042 vec_xl(long __offset, const unsigned short *__ptr) { vec_xl() function 1050 vec_xl(long __offset, const signed int *__ptr) { vec_xl() function 1058 vec_xl(long __offset, const unsigned int *__ptr) { vec_xl() function 1066 vec_xl(long __offset, const signed long long *__ptr) { vec_xl() function 1074 vec_xl(long __offset, const unsigned long long *__ptr) { vec_xl() function 1083 vec_xl(long __offset, const float *__ptr) { vec_xl() function 1092 vec_xl(long __offset, const double *__ptr) { vec_xl() function [all...] |
H A D | altivec.h | 17724 static inline __ATTRS_o_ai vector signed char vec_xl(ptrdiff_t __offset, in vec_xl() function 17730 vec_xl(ptrdiff_t __offset, const unsigned char *__ptr) { in vec_xl() function 17735 vec_xl(ptrdiff_t __offset, const signed short *__ptr) { in vec_xl() function 17741 vec_xl(ptrdiff_t __offset, const unsigned short *__ptr) { in vec_xl() function 17746 static inline __ATTRS_o_ai vector signed int vec_xl(ptrdiff_t __offset, in vec_xl() function 17753 vec_xl(ptrdiff_t __offset, const unsigned int *__ptr) { in vec_xl() function 17758 static inline __ATTRS_o_ai vector float vec_xl(ptrdiff_ function 17770 vec_xl(ptrdiff_t __offset, const signed long long *__ptr) { vec_xl() function 17776 vec_xl(ptrdiff_t __offset, const unsigned long long *__ptr) { vec_xl() function 17781 static inline __ATTRS_o_ai vector double vec_xl(ptrdiff_t __offset, vec_xl() function 17794 vec_xl(ptrdiff_t __offset, const signed __int128 *__ptr) { vec_xl() function 17800 vec_xl(ptrdiff_t __offset, const unsigned __int128 *__ptr) { vec_xl() function [all...] |