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

/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h529 vec_revb(__vector signed short __vec) { function
535 vec_revb(__vector unsigned short __vec) { function
540 vec_revb(__vector signed int __vec) { function
546 vec_revb(__vector unsigned int __vec) { function
551 vec_revb(__vector signed long long __vec) { function
557 vec_revb(__vector unsigned long long __vec) { function
563 vec_revb(__vector float __vec) { function
570 vec_revb(__vector double __vec) { function
H A Daltivec.h17567 vec_revb(vector bool char __a) { function
17572 vec_revb(vector signed char __a) { function
17577 vec_revb(vector unsigned char __a) { function
17582 vec_revb(vector bool short __a) { function
17589 vec_revb(vector signed short __a) { function
17596 vec_revb(vector unsigned short __a) { function
17603 vec_revb(vector bool int __a) { function
17610 vec_revb(vector signed int __a) { function
17617 vec_revb(vecto function
17624 vec_revb(vector float __a) { function
17632 vec_revb(vector bool long long __a) { function
17639 vec_revb(vector signed long long __a) { function
17646 vec_revb(vector unsigned long long __a) { function
17653 vec_revb(vector double __a) { function
17663 vec_revb(vector signed __int128 __a) { function
17672 vec_revb(vector unsigned __int128 __a) { function
[all...]

Completed in 418 milliseconds