Lines Matching defs:vec_xst
17995 vec_xst(vector signed char __vec, ptrdiff_t __offset, signed char *__ptr) { in vec_xst() function
18000 vec_xst(vector unsigned char __vec, ptrdiff_t __offset, unsigned char *__ptr) { in vec_xst() function
18005 vec_xst(vector signed short __vec, ptrdiff_t __offset, signed short *__ptr) { in vec_xst() function
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
18024 vec_xst(vector unsigned int __vec, ptrdiff_t __offset, unsigned int *__ptr) { in vec_xst() function
18029 static inline __ATTRS_o_ai void vec_xst(vector float __vec, ptrdiff_t __offset, 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
18050 static inline __ATTRS_o_ai void vec_xst(vector double __vec, ptrdiff_t __offset, 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