Lines Matching refs:vec_and

702 #define __builtin_altivec_vand vec_and
704 static vector signed char __ATTRS_o_ai vec_and(vector signed char __a, in vec_and() function
709 static vector signed char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
714 static vector signed char __ATTRS_o_ai vec_and(vector signed char __a, in vec_and() function
719 static vector unsigned char __ATTRS_o_ai vec_and(vector unsigned char __a, in vec_and() function
724 static vector unsigned char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
729 static vector unsigned char __ATTRS_o_ai vec_and(vector unsigned char __a, in vec_and() function
734 static vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
739 static vector short __ATTRS_o_ai vec_and(vector short __a, vector short __b) { in vec_and() function
743 static vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function
748 static vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function
753 static vector unsigned short __ATTRS_o_ai vec_and(vector unsigned short __a, in vec_and() function
758 static vector unsigned short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function
763 static vector unsigned short __ATTRS_o_ai vec_and(vector unsigned short __a, in vec_and() function
768 static vector bool short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function
773 static vector int __ATTRS_o_ai vec_and(vector int __a, vector int __b) { in vec_and() function
777 static vector int __ATTRS_o_ai vec_and(vector bool int __a, vector int __b) { in vec_and() function
781 static vector int __ATTRS_o_ai vec_and(vector int __a, vector bool int __b) { in vec_and() function
785 static vector unsigned int __ATTRS_o_ai vec_and(vector unsigned int __a, in vec_and() function
790 static vector unsigned int __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
795 static vector unsigned int __ATTRS_o_ai vec_and(vector unsigned int __a, in vec_and() function
800 static vector bool int __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
805 static vector float __ATTRS_o_ai vec_and(vector float __a, vector float __b) { in vec_and() function
811 static vector float __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
818 static vector float __ATTRS_o_ai vec_and(vector float __a, in vec_and() function
826 static vector double __ATTRS_o_ai vec_and(vector bool long long __a, vector double __b) { in vec_and() function
832 static vector double __ATTRS_o_ai vec_and(vector double __a, vector bool long long __b) { in vec_and() function
838 static vector double __ATTRS_o_ai vec_and(vector double __a, vector double __b) { in vec_and() function
845 vec_and(vector signed long long __a, vector signed long long __b) { in vec_and() function
850 vec_and(vector bool long long __a, vector signed long long __b) { in vec_and() function
854 static vector signed long long __ATTRS_o_ai vec_and(vector signed long long __a, in vec_and() function
860 vec_and(vector unsigned long long __a, vector unsigned long long __b) { in vec_and() function
865 vec_and(vector bool long long __a, vector unsigned long long __b) { in vec_and() function
870 vec_and(vector unsigned long long __a, vector bool long long __b) { in vec_and() function
874 static vector bool long long __ATTRS_o_ai vec_and(vector bool long long __a, in vec_and() function