Lines Matching defs:vec_and
859 vec_and(vector signed char __a, vector signed char __b) { in vec_and() function
864 vec_and(vector bool char __a, vector signed char __b) { in vec_and() function
869 vec_and(vector signed char __a, vector bool char __b) { in vec_and() function
874 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and() function
879 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and() function
884 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and() function
888 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
893 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function
898 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function
903 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function
909 vec_and(vector unsigned short __a, vector unsigned short __b) { in vec_and() function
914 vec_and(vector bool short __a, vector unsigned short __b) { in vec_and() function
919 vec_and(vector unsigned short __a, vector bool short __b) { in vec_and() function
924 vec_and(vector bool short __a, vector bool short __b) { in vec_and() function
928 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, in vec_and() function
933 static __inline__ vector int __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
938 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, in vec_and() function
944 vec_and(vector unsigned int __a, vector unsigned int __b) { in vec_and() function
949 vec_and(vector bool int __a, vector unsigned int __b) { in vec_and() function
954 vec_and(vector unsigned int __a, vector bool int __b) { in vec_and() function
958 static __inline__ vector bool int __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
963 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, in vec_and() function
970 static __inline__ vector float __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
977 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, in vec_and() function
985 static __inline__ vector double __ATTRS_o_ai vec_and(vector bool long long __a, in vec_and() function
993 vec_and(vector double __a, vector bool long long __b) { in vec_and() function
999 static __inline__ vector double __ATTRS_o_ai vec_and(vector double __a, in vec_and() function
1007 vec_and(vector signed long long __a, vector signed long long __b) { in vec_and() function
1012 vec_and(vector bool long long __a, vector signed long long __b) { in vec_and() function
1017 vec_and(vector signed long long __a, vector bool long long __b) { in vec_and() function
1022 vec_and(vector unsigned long long __a, vector unsigned long long __b) { in vec_and() function
1027 vec_and(vector bool long long __a, vector unsigned long long __b) { in vec_and() function
1032 vec_and(vector unsigned long long __a, vector bool long long __b) { in vec_and() function
1037 vec_and(vector bool long long __a, vector bool long long __b) { in vec_and() function