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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h572 vec_reve(vector signed char __vec) { function
580 vec_reve(vector unsigned char __vec) { function
588 vec_reve(vector bool char __vec) { function
596 vec_reve(vector signed short __vec) { function
602 vec_reve(vector unsigned short __vec) { function
608 vec_reve(vector bool short __vec) { function
614 vec_reve(vector signed int __vec) { function
619 vec_reve(vector unsigned int __vec) { function
624 vec_reve(vecto function
629 vec_reve(vector signed long long __vec) { function
634 vec_reve(vector unsigned long long __vec) { function
639 vec_reve(vector bool long long __vec) { function
645 vec_reve(vector float __vec) { function
651 vec_reve(vector double __vec) { function
[all...]
H A Daltivec.h16162 static inline __ATTRS_o_ai vector bool char vec_reve(vector bool char __a) { function
16167 static inline __ATTRS_o_ai vector signed char vec_reve(vector signed char __a) { function
16173 vec_reve(vector unsigned char __a) { function
16178 static inline __ATTRS_o_ai vector bool int vec_reve(vector bool int __a) { function
16182 static inline __ATTRS_o_ai vector signed int vec_reve(vector signed int __a) { function
16187 vec_reve(vector unsigned int __a) { function
16191 static inline __ATTRS_o_ai vector bool short vec_reve(vector bool short __a) { function
16196 vec_reve(vector signed short __a) { function
16201 vec_reve(vecto function
16205 static inline __ATTRS_o_ai vector float vec_reve(vector float __a) { function
16211 vec_reve(vector bool long long __a) { function
16216 vec_reve(vector signed long long __a) { function
16221 vec_reve(vector unsigned long long __a) { function
16225 static inline __ATTRS_o_ai vector double vec_reve(vector double __a) { function
[all...]

Completed in 152 milliseconds