Searched defs:vec_xst (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h1241 vec_xst(__vector signed char __vec, long __offset, signed char *__ptr) { function
1248 vec_xst(__vector unsigned char __vec, long __offset, unsigned char *__ptr) { function
1255 vec_xst(__vector signed short __vec, long __offset, signed short *__ptr) { function
1262 vec_xst(__vector unsigned short __vec, long __offset, unsigned short *__ptr) { function
1269 vec_xst(__vector signed int __vec, long __offset, signed int *__ptr) { function
1275 vec_xst(__vector unsigned int __vec, long __offset, unsigned int *__ptr) { function
1282 vec_xst(__vector signed long long __vec, long __offset, function
1290 vec_xst(__vector unsigned long long __vec, long __offset, function
1299 vec_xst(__vecto function
1306 vec_xst(__vector double __vec, long __offset, double *__ptr) { function
[all...]
H A Daltivec.h17831 vec_xst(vector signed char __vec, ptrdiff_t __offset, signed char *__ptr) { function
17836 vec_xst(vector unsigned char __vec, ptrdiff_t __offset, unsigned char *__ptr) { function
17841 vec_xst(vector signed short __vec, ptrdiff_t __offset, signed short *__ptr) { function
17846 static inline __ATTRS_o_ai void vec_xst(vector unsigned short __vec, function
17853 static inline __ATTRS_o_ai void vec_xst(vector signed int __vec, function
17860 vec_xst(vector unsigned int __vec, ptrdiff_t __offset, unsigned int *__ptr) { function
17865 static inline __ATTRS_o_ai void vec_xst(vecto function
17872 static inline __ATTRS_o_ai void vec_xst(vector signed long long __vec, function
17879 static inline __ATTRS_o_ai void vec_xst(vector unsigned long long __vec, function
17886 static inline __ATTRS_o_ai void vec_xst(vector double __vec, ptrdiff_t __offset, function
17895 static inline __ATTRS_o_ai void vec_xst(vector signed __int128 __vec, function
17902 static inline __ATTRS_o_ai void vec_xst(vector unsigned __int128 __vec, function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h201 #define vec_xst __builtin_s390_vec_xst macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h207 #define vec_xst __builtin_s390_vec_xst macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h363 #define vec_xst __builtin_vec_vsx_st macro

Completed in 283 milliseconds