Searched defs:vec_xl (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/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 | 17699 vec_xl(ptrdiff_t __offset, const unsigned char *__ptr) { in vec_xl() function 17704 vec_xl(ptrdiff_t __offset, const signed short *__ptr) { in vec_xl() function 17710 vec_xl(ptrdiff_t __offset, const unsigned short *__ptr) { in vec_xl() function 17715 static inline __ATTRS_o_ai vector signed int vec_xl(ptrdiff_t __offset, in vec_xl() function 17722 vec_xl(ptrdiff_t __offset, const unsigned int *__ptr) { in vec_xl() function 17727 static inline __ATTRS_o_ai vector float vec_xl(ptrdiff_t __offset, in vec_xl() function 17739 vec_xl(ptrdiff_t __offset, const signed long long *__ptr) { in vec_xl() function 17745 vec_xl(ptrdiff_t __offset, const unsigned long long *__ptr) { in vec_xl() function 17750 static inline __ATTRS_o_ai vector double vec_xl(ptrdiff_t __offset, in vec_xl() function 17763 vec_xl(ptrdiff_t __offset, const signed __int128 *__ptr) { in vec_xl() function [all …]
|