Searched refs:vec_xst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 1241 vec_xst(__vector signed char __vec, long __offset, signed char *__ptr) { in vec_xst() function 1248 vec_xst(__vector unsigned char __vec, long __offset, unsigned char *__ptr) { in vec_xst() function 1255 vec_xst(__vector signed short __vec, long __offset, signed short *__ptr) { in vec_xst() function 1262 vec_xst(__vector unsigned short __vec, long __offset, unsigned short *__ptr) { in vec_xst() function 1269 vec_xst(__vector signed int __vec, long __offset, signed int *__ptr) { in vec_xst() function 1275 vec_xst(__vector unsigned int __vec, long __offset, unsigned int *__ptr) { in vec_xst() function 1282 vec_xst(__vector signed long long __vec, long __offset, in vec_xst() function 1290 vec_xst(__vector unsigned long long __vec, long __offset, in vec_xst() function 1299 vec_xst(__vector float __vec, long __offset, float *__ptr) { in vec_xst() function 1306 vec_xst(__vector double __vec, long __offset, double *__ptr) { in vec_xst() function
|
| H A D | altivec.h | 17992 #define vec_xstd2 vec_xst 17993 #define vec_xstw4 vec_xst 18010 static inline __ATTRS_o_ai void vec_xst(vector unsigned short __vec, in vec_xst() function 18017 static inline __ATTRS_o_ai void vec_xst(vector signed int __vec, in vec_xst() function 18036 static inline __ATTRS_o_ai void vec_xst(vector signed long long __vec, in vec_xst() function 18043 static inline __ATTRS_o_ai void vec_xst(vector unsigned long long __vec, in vec_xst() function 18059 static inline __ATTRS_o_ai void vec_xst(vector signed __int128 __vec, in vec_xst() function 18066 static inline __ATTRS_o_ai void vec_xst(vector unsigned __int128 __vec, in vec_xst() function 18211 vec_xst(__vec, __offset, __ptr); in vec_xst_be() 18217 vec_xst(__vec, __offset, __ptr); in vec_xst_be() [all …]
|
| /freebsd-14.2/sys/contrib/zstd/lib/common/ |
| H A D | xxhash.h | 4210 vec_xst((xxh_u32x4)acc_vec, 0, xacc + 4 * i); in XXH3_accumulate_512_vsx()
|