Lines Matching defs:vec_and

635 vec_and(vector signed char __a, vector signed char __b)  in vec_and()  function
641 vec_and(vector bool char __a, vector signed char __b) in vec_and() function
647 vec_and(vector signed char __a, vector bool char __b) in vec_and() function
653 vec_and(vector unsigned char __a, vector unsigned char __b) in vec_and() function
659 vec_and(vector bool char __a, vector unsigned char __b) in vec_and() function
665 vec_and(vector unsigned char __a, vector bool char __b) in vec_and() function
671 vec_and(vector bool char __a, vector bool char __b) in vec_and() function
677 vec_and(vector short __a, vector short __b) in vec_and() function
683 vec_and(vector bool short __a, vector short __b) in vec_and() function
689 vec_and(vector short __a, vector bool short __b) in vec_and() function
695 vec_and(vector unsigned short __a, vector unsigned short __b) in vec_and() function
701 vec_and(vector bool short __a, vector unsigned short __b) in vec_and() function
707 vec_and(vector unsigned short __a, vector bool short __b) in vec_and() function
713 vec_and(vector bool short __a, vector bool short __b) in vec_and() function
719 vec_and(vector int __a, vector int __b) in vec_and() function
725 vec_and(vector bool int __a, vector int __b) in vec_and() function
731 vec_and(vector int __a, vector bool int __b) in vec_and() function
737 vec_and(vector unsigned int __a, vector unsigned int __b) in vec_and() function
743 vec_and(vector bool int __a, vector unsigned int __b) in vec_and() function
749 vec_and(vector unsigned int __a, vector bool int __b) in vec_and() function
755 vec_and(vector bool int __a, vector bool int __b) in vec_and() function
761 vec_and(vector float __a, vector float __b) in vec_and() function
768 vec_and(vector bool int __a, vector float __b) in vec_and() function
775 vec_and(vector float __a, vector bool int __b) in vec_and() function