HomeSort by: relevance | last modified time | path
    Searched refs:vec_reve (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
smmintrin.h 68 __shortmask = vec_reve(__shortmask);
tmmintrin.h 87 __A = (__m128i) vec_reve ((__v16qu) __A);
88 __B = (__m128i) vec_reve ((__v16qu) __B);
92 __A = (__m128i) vec_reve ((__v16qu) __A);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
tmmintrin.h 98 __A = (__m128i) vec_reve ((__v16qu) __A);
99 __B = (__m128i) vec_reve ((__v16qu) __B);
103 __A = (__m128i) vec_reve ((__v16qu) __A);
smmintrin.h 335 __shortmask = vec_reve (__shortmask);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
tmmintrin.h 98 __A = (__m128i) vec_reve ((__v16qu) __A);
99 __B = (__m128i) vec_reve ((__v16qu) __B);
103 __A = (__m128i) vec_reve ((__v16qu) __A);
smmintrin.h 335 __shortmask = vec_reve (__shortmask);
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 338 #define vec_reve __builtin_s390_vec_reve macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 338 #define vec_reve __builtin_s390_vec_reve macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 575 /*-- 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(__vector __bool int __vec) 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...]
altivec.h 17362 /* 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(vector unsigned short __a) 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 47 milliseconds