Searched refs:vec_reve (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dsmmintrin.h76 __shortmask = vec_reve (__shortmask);
H A Dtmmintrin.h98 __A = (__m128i) vec_reve ((__v16qu) __A);
99 __B = (__m128i) vec_reve ((__v16qu) __B);
103 __A = (__m128i) vec_reve ((__v16qu) __A);
H A Daltivec.h148 #define vec_reve __builtin_vec_vreve macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dsmmintrin.h68 __shortmask = vec_reve(__shortmask);
H A Dtmmintrin.h87 __A = (__m128i) vec_reve ((__v16qu) __A);
88 __B = (__m128i) vec_reve ((__v16qu) __B);
92 __A = (__m128i) vec_reve ((__v16qu) __A);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dtmmintrin.h98 __A = (__m128i) vec_reve ((__v16qu) __A);
99 __B = (__m128i) vec_reve ((__v16qu) __B);
103 __A = (__m128i) vec_reve ((__v16qu) __A);
H A Dsmmintrin.h335 __shortmask = vec_reve (__shortmask);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h332 #define vec_reve __builtin_s390_vec_reve macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h338 #define vec_reve __builtin_s390_vec_reve macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h575 /*-- vec_reve ---------------------------------------------------------------*/
578 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.h17362 /* vec_reve */
17364 static inline __ATTRS_o_ai vector bool char vec_reve(vector bool char __a) { function
17369 static inline __ATTRS_o_ai vector signed char vec_reve(vector signed char __a) { function
17375 vec_reve(vector unsigned char __a) { function
17380 static inline __ATTRS_o_ai vector bool int vec_reve(vector bool int __a) { function
17384 static inline __ATTRS_o_ai vector signed int vec_reve(vector signed int __a) { function
17389 vec_reve(vector unsigned int __a) { function
17393 static inline __ATTRS_o_ai vector bool short vec_reve(vector bool short __a) { function
17398 vec_reve(vector signed short __a) { function
17403 vec_reve(vecto function
17407 static inline __ATTRS_o_ai vector float vec_reve(vector float __a) { function
17413 vec_reve(vector bool long long __a) { function
17418 vec_reve(vector signed long long __a) { function
17423 vec_reve(vector unsigned long long __a) { function
17427 static inline __ATTRS_o_ai vector double vec_reve(vector double __a) { function
[all...]

Completed in 404 milliseconds