Searched defs:vec_sel (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h226 #define vec_sel __builtin_vec_sel macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h658 vec_sel(vector signed char __a, vector signed char __b, function
664 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { function
669 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
674 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) { function
679 vec_sel(vector unsigned char __a, vector unsigned char __b, function
685 vec_sel(vector unsigned char __a, vector unsigned char __b, function
691 vec_sel(vector signed short __a, vector signed short __b, function
697 vec_sel(vector signed short __a, vector signed short __b, function
703 vec_sel(vecto function
709 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) { function
714 vec_sel(vector unsigned short __a, vector unsigned short __b, function
720 vec_sel(vector unsigned short __a, vector unsigned short __b, function
727 vec_sel(vector signed int __a, vector signed int __b, function
733 vec_sel(vector signed int __a, vector signed int __b, vector bool int __c) { function
738 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) { function
743 vec_sel(vector bool int __a, vector bool int __b, vector bool int __c) { function
748 vec_sel(vector unsigned int __a, vector unsigned int __b, function
754 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) { function
759 vec_sel(vector signed long long __a, vector signed long long __b, function
766 vec_sel(vector signed long long __a, vector signed long long __b, function
773 vec_sel(vector bool long long __a, vector bool long long __b, function
780 vec_sel(vector bool long long __a, vector bool long long __b, function
786 vec_sel(vector unsigned long long __a, vector unsigned long long __b, function
792 vec_sel(vector unsigned long long __a, vector unsigned long long __b, function
800 vec_sel(vector float __a, vector float __b, vector unsigned int __c) { function
806 vec_sel(vector float __a, vector float __b, vector bool int __c) { function
815 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) { function
821 vec_sel(vector double __a, vector double __b, vector bool long long __c) { function
[all...]
H A Daltivec.h7778 static __inline__ vector signed char __ATTRS_o_ai vec_sel( function
7784 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { function
7789 vec_sel(vector unsigned char __a, vector unsigned char __b, function
7794 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel( function
7800 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7804 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, function
7810 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, function
7816 static __inline__ vector short __ATTRS_o_ai vec_sel(vecto function
7823 vec_sel(vector unsigned short __a, vector unsigned short __b, function
7829 vec_sel(vector unsigned short __a, vector unsigned short __b, function
7835 static __inline__ vector bool short __ATTRS_o_ai vec_sel( function
7841 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) { function
7845 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, function
7851 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, function
7857 static __inline__ vector unsigned int __ATTRS_o_ai vec_sel( function
7863 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) { function
7868 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) { function
7872 static __inline__ vector bool int __ATTRS_o_ai vec_sel(vector bool int __a, function
7878 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, function
7886 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, function
7896 vec_sel(vector double __a, vector double __b, vector bool long long __c) { function
7903 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) { function
[all...]

Completed in 326 milliseconds