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

/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h578 vec_reve(__vector signed char __vec) { function
586 vec_reve(__vector unsigned char __vec) { function
594 vec_reve(__vector __bool char __vec) { function
602 vec_reve(__vector signed short __vec) { function
608 vec_reve(__vector unsigned short __vec) { function
614 vec_reve(__vector __bool short __vec) { function
620 vec_reve(__vector signed int __vec) { function
625 vec_reve(__vector unsigned int __vec) { function
630 vec_reve(__vecto function
635 vec_reve(__vector signed long long __vec) { function
640 vec_reve(__vector unsigned long long __vec) { function
645 vec_reve(__vector __bool long long __vec) { function
651 vec_reve(__vector float __vec) { function
657 vec_reve(__vector double __vec) { function
[all...]
H A Daltivec.h17497 static inline __ATTRS_o_ai vector bool char vec_reve(vector bool char __a) { function
17502 static inline __ATTRS_o_ai vector signed char vec_reve(vector signed char __a) { function
17508 vec_reve(vector unsigned char __a) { function
17513 static inline __ATTRS_o_ai vector bool int vec_reve(vector bool int __a) { function
17517 static inline __ATTRS_o_ai vector signed int vec_reve(vector signed int __a) { function
17522 vec_reve(vector unsigned int __a) { function
17526 static inline __ATTRS_o_ai vector bool short vec_reve(vector bool short __a) { function
17531 vec_reve(vector signed short __a) { function
17536 vec_reve(vecto function
17540 static inline __ATTRS_o_ai vector float vec_reve(vector float __a) { function
17546 vec_reve(vector bool long long __a) { function
17551 vec_reve(vector signed long long __a) { function
17556 vec_reve(vector unsigned long long __a) { function
17560 static inline __ATTRS_o_ai vector double vec_reve(vector double __a) { function
[all...]

Completed in 375 milliseconds