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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h520 /*-- vec_revb ---------------------------------------------------------------*/
523 vec_revb(vector signed short __vec) { function
529 vec_revb(vector unsigned short __vec) { function
534 vec_revb(vector signed int __vec) { function
540 vec_revb(vector unsigned int __vec) { function
545 vec_revb(vector signed long long __vec) { function
551 vec_revb(vector unsigned long long __vec) { function
557 vec_revb(vector float __vec) { function
564 vec_revb(vector double __vec) { function
H A Daltivec.h16230 /* vec_revb */
16232 vec_revb(vector bool char __a) { function
16237 vec_revb(vector signed char __a) { function
16242 vec_revb(vector unsigned char __a) { function
16247 vec_revb(vector bool short __a) { function
16254 vec_revb(vector signed short __a) { function
16261 vec_revb(vector unsigned short __a) { function
16268 vec_revb(vector bool int __a) { function
16275 vec_revb(vector signed int __a) { function
16282 vec_revb(vecto function
16289 vec_revb(vector float __a) { function
16297 vec_revb(vector bool long long __a) { function
16304 vec_revb(vector signed long long __a) { function
16311 vec_revb(vector unsigned long long __a) { function
16318 vec_revb(vector double __a) { function
16327 vec_revb(vector signed __int128 __a) { function
16336 vec_revb(vector unsigned __int128 __a) { function
[all...]

Completed in 179 milliseconds