HomeSort by: relevance | last modified time | path
    Searched defs:vec_sel (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 661 /*-- vec_sel ----------------------------------------------------------------*/
664 vec_sel(__vector signed char __a, __vector signed char __b, function
671 vec_sel(__vector signed char __a, __vector signed char __b, function
678 vec_sel(__vector __bool char __a, __vector __bool char __b, function
685 vec_sel(__vector __bool char __a, __vector __bool char __b, function
691 vec_sel(__vector unsigned char __a, __vector unsigned char __b, function
697 vec_sel(__vector unsigned char __a, __vector unsigned char __b, function
704 vec_sel(__vector signed short __a, __vector signed short __b, function
711 vec_sel(__vector signed short __a, __vector signed short __b, function
718 vec_sel(__vector __bool short __a, __vector __bool short __b function
725 vec_sel(__vector __bool short __a, __vector __bool short __b, function
731 vec_sel(__vector unsigned short __a, __vector unsigned short __b, function
737 vec_sel(__vector unsigned short __a, __vector unsigned short __b, function
744 vec_sel(__vector signed int __a, __vector signed int __b, function
751 vec_sel(__vector signed int __a, __vector signed int __b, function
758 vec_sel(__vector __bool int __a, __vector __bool int __b, function
765 vec_sel(__vector __bool int __a, __vector __bool int __b, function
771 vec_sel(__vector unsigned int __a, __vector unsigned int __b, function
777 vec_sel(__vector unsigned int __a, __vector unsigned int __b, function
784 vec_sel(__vector signed long long __a, __vector signed long long __b, function
791 vec_sel(__vector signed long long __a, __vector signed long long __b, function
798 vec_sel(__vector __bool long long __a, __vector __bool long long __b, function
805 vec_sel(__vector __bool long long __a, __vector __bool long long __b, function
811 vec_sel(__vector unsigned long long __a, __vector unsigned long long __b, function
817 vec_sel(__vector unsigned long long __a, __vector unsigned long long __b, function
825 vec_sel(__vector float __a, __vector float __b, __vector unsigned int __c) { function
831 vec_sel(__vector float __a, __vector float __b, __vector __bool int __c) { function
840 vec_sel(__vector double __a, __vector double __b, function
847 vec_sel(__vector double __a, __vector double __b, function
    [all...]
altivec.h 8491 /* vec_sel */
8493 #define __builtin_altivec_vsel_4si vec_sel
8495 static __inline__ vector signed char __ATTRS_o_ai vec_sel( function
8501 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { function
8506 vec_sel(vector unsigned char __a, vector unsigned char __b, function
8511 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel( function
8517 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
8521 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, function
8527 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, function
8533 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a function
8540 vec_sel(vector unsigned short __a, vector unsigned short __b, function
8546 vec_sel(vector unsigned short __a, vector unsigned short __b, function
8552 static __inline__ vector bool short __ATTRS_o_ai vec_sel( function
8558 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) { function
8562 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, function
8568 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, function
8574 static __inline__ vector unsigned int __ATTRS_o_ai vec_sel( function
8580 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) { function
8585 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) { function
8589 static __inline__ vector bool int __ATTRS_o_ai vec_sel(vector bool int __a, function
8595 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, function
8603 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, function
8613 vec_sel(vector double __a, vector double __b, vector bool long long __c) { function
8620 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) { function
8627 vec_sel(vector bool long long __a, vector bool long long __b, function
8633 vec_sel(vector bool long long __a, vector bool long long __b, function
8640 vec_sel(vector signed long long __a, vector signed long long __b, function
8647 vec_sel(vector signed long long __a, vector signed long long __b, function
8654 vec_sel(vector unsigned long long __a, vector unsigned long long __b, function
8661 vec_sel(vector unsigned long long __a, vector unsigned long long __b, function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 205 #define vec_sel __builtin_s390_vec_sel macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 205 #define vec_sel __builtin_s390_vec_sel macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1627 /* vec_sel (vector select)
1630 #define vec_sel(_a, _b, _c) spu_sel(_a, _b, _c) macro

Completed in 35 milliseconds