• Home
  • Raw
  • Download

Lines Matching defs:vec_and

721 vec_and(vector signed char __a, vector signed char __b) {  in vec_and()  function
726 vec_and(vector bool char __a, vector signed char __b) { in vec_and() function
731 vec_and(vector signed char __a, vector bool char __b) { in vec_and() function
736 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and() function
741 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and() function
746 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and() function
750 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
755 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function
760 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function
765 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function
771 vec_and(vector unsigned short __a, vector unsigned short __b) { in vec_and() function
776 vec_and(vector bool short __a, vector unsigned short __b) { in vec_and() function
781 vec_and(vector unsigned short __a, vector bool short __b) { in vec_and() function
786 vec_and(vector bool short __a, vector bool short __b) { in vec_and() function
790 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, in vec_and() function
795 static __inline__ vector int __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
800 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, in vec_and() function
806 vec_and(vector unsigned int __a, vector unsigned int __b) { in vec_and() function
811 vec_and(vector bool int __a, vector unsigned int __b) { in vec_and() function
816 vec_and(vector unsigned int __a, vector bool int __b) { in vec_and() function
820 static __inline__ vector bool int __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
825 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, in vec_and() function
832 static __inline__ vector float __ATTRS_o_ai vec_and(vector bool int __a, in vec_and() function
839 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, in vec_and() function
847 static __inline__ vector double __ATTRS_o_ai vec_and(vector bool long long __a, in vec_and() function
855 vec_and(vector double __a, vector bool long long __b) { in vec_and() function
861 static __inline__ vector double __ATTRS_o_ai vec_and(vector double __a, in vec_and() function
869 vec_and(vector signed long long __a, vector signed long long __b) { in vec_and() function
874 vec_and(vector bool long long __a, vector signed long long __b) { in vec_and() function
879 vec_and(vector signed long long __a, vector bool long long __b) { in vec_and() function
884 vec_and(vector unsigned long long __a, vector unsigned long long __b) { in vec_and() function
889 vec_and(vector bool long long __a, vector unsigned long long __b) { in vec_and() function
894 vec_and(vector unsigned long long __a, vector bool long long __b) { in vec_and() function
899 vec_and(vector bool long long __a, vector bool long long __b) { in vec_and() function