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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h1191 vec_xst(__vector signed char __vec, long __offset, signed char *__ptr) { function
1196 vec_xst(__vector unsigned char __vec, long __offset, unsigned char *__ptr) { function
1201 vec_xst(__vector signed short __vec, long __offset, signed short *__ptr) { function
1206 vec_xst(__vector unsigned short __vec, long __offset, unsigned short *__ptr) { function
1211 vec_xst(__vector signed int __vec, long __offset, signed int *__ptr) { function
1216 vec_xst(__vector unsigned int __vec, long __offset, unsigned int *__ptr) { function
1221 vec_xst(__vector signed long long __vec, long __offset, function
1227 vec_xst(__vector unsigned long long __vec, long __offset, function
1234 vec_xst(__vecto function
1240 vec_xst(__vector double __vec, long __offset, double *__ptr) { function
[all...]
H A Daltivec.h16570 static inline __ATTRS_o_ai void vec_xst(vector signed char __vec, function
16576 static inline __ATTRS_o_ai void vec_xst(vector unsigned char __vec, function
16582 static inline __ATTRS_o_ai void vec_xst(vector signed short __vec, function
16589 static inline __ATTRS_o_ai void vec_xst(vector unsigned short __vec, function
16596 static inline __ATTRS_o_ai void vec_xst(vector signed int __vec, function
16603 static inline __ATTRS_o_ai void vec_xst(vector unsigned int __vec, function
16610 static inline __ATTRS_o_ai void vec_xst(vector float __vec, function
16618 static inline __ATTRS_o_ai void vec_xst(vector signed long long __vec, function
16625 static inline __ATTRS_o_ai void vec_xst(vecto function
16632 static inline __ATTRS_o_ai void vec_xst(vector double __vec, function
16641 static inline __ATTRS_o_ai void vec_xst(vector signed __int128 __vec, function
16648 static inline __ATTRS_o_ai void vec_xst(vector unsigned __int128 __vec, function
[all...]

Completed in 246 milliseconds