• Home
  • Raw
  • Download

Lines Matching defs:vec_and

810 vec_and(vector signed char __a, vector signed char __b) {  in vec_and()  function
815 vec_and(vector bool char __a, vector signed char __b) { in vec_and() function
820 vec_and(vector signed char __a, vector bool char __b) { in vec_and() function
825 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and() function
830 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and() function
835 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and() function
839 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
844 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function
849 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function
854 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function
860 vec_and(vector unsigned short __a, vector unsigned short __b) { in vec_and() function
865 vec_and(vector bool short __a, vector unsigned short __b) { in vec_and() function
870 vec_and(vector unsigned short __a, vector bool short __b) { in vec_and() function
875 vec_and(vector bool short __a, vector bool short __b) { in vec_and() function
879 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, in vec_and() function
884 static __inline__ vector int __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
889 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, in vec_and() function
895 vec_and(vector unsigned int __a, vector unsigned int __b) { in vec_and() function
900 vec_and(vector bool int __a, vector unsigned int __b) { in vec_and() function
905 vec_and(vector unsigned int __a, vector bool int __b) { in vec_and() function
909 static __inline__ vector bool int __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
914 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, in vec_and() function
921 static __inline__ vector float __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
928 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, in vec_and() function
936 static __inline__ vector double __ATTRS_o_ai vec_and(vector bool long long __a, in vec_and() function
944 vec_and(vector double __a, vector bool long long __b) { in vec_and() function
950 static __inline__ vector double __ATTRS_o_ai vec_and(vector double __a, in vec_and() function
958 vec_and(vector signed long long __a, vector signed long long __b) { in vec_and() function
963 vec_and(vector bool long long __a, vector signed long long __b) { in vec_and() function
968 vec_and(vector signed long long __a, vector bool long long __b) { in vec_and() function
973 vec_and(vector unsigned long long __a, vector unsigned long long __b) { in vec_and() function
978 vec_and(vector bool long long __a, vector unsigned long long __b) { in vec_and() function
983 vec_and(vector unsigned long long __a, vector bool long long __b) { in vec_and() function
988 vec_and(vector bool long long __a, vector bool long long __b) { in vec_and() function