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

/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Daltivec.h61 #define vec_vand vec_and
192 #define vec_and __builtin_vec_and macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h700 /* vec_and */
702 #define __builtin_altivec_vand vec_and
704 static vector signed char __ATTRS_o_ai vec_and(vector signed char __a, function
709 static vector signed char __ATTRS_o_ai vec_and(vector bool char __a, function
714 static vector signed char __ATTRS_o_ai vec_and(vector signed char __a, function
719 static vector unsigned char __ATTRS_o_ai vec_and(vector unsigned char __a, function
724 static vector unsigned char __ATTRS_o_ai vec_and(vector bool char __a, function
729 static vector unsigned char __ATTRS_o_ai vec_and(vector unsigned char __a, function
734 static vector bool char __ATTRS_o_ai vec_and(vector bool char __a, function
739 static vector short __ATTRS_o_ai vec_and(vecto function
743 static vector short __ATTRS_o_ai vec_and(vector bool short __a, function
748 static vector short __ATTRS_o_ai vec_and(vector short __a, function
753 static vector unsigned short __ATTRS_o_ai vec_and(vector unsigned short __a, function
758 static vector unsigned short __ATTRS_o_ai vec_and(vector bool short __a, function
763 static vector unsigned short __ATTRS_o_ai vec_and(vector unsigned short __a, function
768 static vector bool short __ATTRS_o_ai vec_and(vector bool short __a, function
773 static vector int __ATTRS_o_ai vec_and(vector int __a, vector int __b) { function
777 static vector int __ATTRS_o_ai vec_and(vector bool int __a, vector int __b) { function
781 static vector int __ATTRS_o_ai vec_and(vector int __a, vector bool int __b) { function
785 static vector unsigned int __ATTRS_o_ai vec_and(vector unsigned int __a, function
790 static vector unsigned int __ATTRS_o_ai vec_and(vector bool int __a, function
795 static vector unsigned int __ATTRS_o_ai vec_and(vector unsigned int __a, function
800 static vector bool int __ATTRS_o_ai vec_and(vector bool int __a, function
805 static vector float __ATTRS_o_ai vec_and(vector float __a, vector float __b) { function
811 static vector float __ATTRS_o_ai vec_and(vector bool int __a, function
818 static vector float __ATTRS_o_ai vec_and(vector float __a, function
826 static vector double __ATTRS_o_ai vec_and(vector bool long long __a, vector double __b) { function
832 static vector double __ATTRS_o_ai vec_and(vector double __a, vector bool long long __b) { function
838 static vector double __ATTRS_o_ai vec_and(vector double __a, vector double __b) { function
845 vec_and(vector signed long long __a, vector signed long long __b) { function
850 vec_and(vector bool long long __a, vector signed long long __b) { function
854 static vector signed long long __ATTRS_o_ai vec_and(vector signed long long __a, function
860 vec_and(vector unsigned long long __a, vector unsigned long long __b) { function
865 vec_and(vector bool long long __a, vector unsigned long long __b) { function
870 vec_and(vector unsigned long long __a, vector bool long long __b) { function
874 static vector bool long long __ATTRS_o_ai vec_and(vector bool long long __a, function
[all...]

Completed in 425 milliseconds