Searched refs:vec_xl (Results 1 – 2 of 2) 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
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 4200 xxh_u64x2 acc_vec = (xxh_u64x2)vec_xl(0, xacc + 4 * i); in XXH3_accumulate_512_vsx()
|