Searched defs:vec_xl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/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
|