Searched defs:vec_xl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/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
|
| H A D | altivec.h | 17562 vec_xl(ptrdiff_t __offset, const unsigned char *__ptr) { in vec_xl() function 17567 vec_xl(ptrdiff_t __offset, const signed short *__ptr) { in vec_xl() function 17573 vec_xl(ptrdiff_t __offset, const unsigned short *__ptr) { in vec_xl() function 17578 static inline __ATTRS_o_ai vector signed int vec_xl(ptrdiff_t __offset, in vec_xl() function 17585 vec_xl(ptrdiff_t __offset, const unsigned int *__ptr) { in vec_xl() function 17590 static inline __ATTRS_o_ai vector float vec_xl(ptrdiff_t __offset, in vec_xl() function 17602 vec_xl(ptrdiff_t __offset, const signed long long *__ptr) { in vec_xl() function 17608 vec_xl(ptrdiff_t __offset, const unsigned long long *__ptr) { in vec_xl() function 17613 static inline __ATTRS_o_ai vector double vec_xl(ptrdiff_t __offset, in vec_xl() function 17626 vec_xl(ptrdiff_t __offset, const signed __int128 *__ptr) { in vec_xl() function [all …]
|