Searched refs:vec_xl (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 1104 vec_xl(long __offset, const signed char *__ptr) { in vec_xl() function 1112 vec_xl(long __offset, const unsigned char *__ptr) { in vec_xl() function 1120 vec_xl(long __offset, const signed short *__ptr) { in vec_xl() function 1128 vec_xl(long __offset, const unsigned short *__ptr) { in vec_xl() function 1136 vec_xl(long __offset, const signed int *__ptr) { in vec_xl() function 1144 vec_xl(long __offset, const unsigned int *__ptr) { in vec_xl() function 1152 vec_xl(long __offset, const signed long long *__ptr) { in vec_xl() function 1160 vec_xl(long __offset, const unsigned long long *__ptr) { in vec_xl() function 1168 vec_xl(long __offset, const signed __int128 *__ptr) { in vec_xl() function 1176 vec_xl(long __offset, const unsigned __int128 *__ptr) { in vec_xl() function [all …]
|
| H A D | altivec.h | 17717 #define vec_xld2 vec_xl 17718 #define vec_xlw4 vec_xl 17728 vec_xl(ptrdiff_t __offset, const signed char *__ptr) { in vec_xl() function 17733 vec_xl(ptrdiff_t __offset, const unsigned char *__ptr) { in vec_xl() function 17738 vec_xl(ptrdiff_t __offset, const signed short *__ptr) { in vec_xl() function 17744 vec_xl(ptrdiff_t __offset, const unsigned short *__ptr) { in vec_xl() function 17750 vec_xl(ptrdiff_t __offset, const signed int *__ptr) { in vec_xl() function 17756 vec_xl(ptrdiff_t __offset, const unsigned int *__ptr) { in vec_xl() function 17761 static __inline__ __ATTRS_o_ai vector float vec_xl(ptrdiff_t __offset, in vec_xl() function 17773 vec_xl(ptrdiff_t __offset, const signed long long *__ptr) { in vec_xl() function [all …]
|