Home | History | Annotate | Download | only in clang-include

Lines Matching refs:vec_vand

778 /* vec_vand */
781 vec_vand(vector signed char __a, vector signed char __b)
787 vec_vand(vector bool char __a, vector signed char __b)
793 vec_vand(vector signed char __a, vector bool char __b)
799 vec_vand(vector unsigned char __a, vector unsigned char __b)
805 vec_vand(vector bool char __a, vector unsigned char __b)
811 vec_vand(vector unsigned char __a, vector bool char __b)
817 vec_vand(vector bool char __a, vector bool char __b)
823 vec_vand(vector short __a, vector short __b)
829 vec_vand(vector bool short __a, vector short __b)
835 vec_vand(vector short __a, vector bool short __b)
841 vec_vand(vector unsigned short __a, vector unsigned short __b)
847 vec_vand(vector bool short __a, vector unsigned short __b)
853 vec_vand(vector unsigned short __a, vector bool short __b)
859 vec_vand(vector bool short __a, vector bool short __b)
865 vec_vand(vector int __a, vector int __b)
871 vec_vand(vector bool int __a, vector int __b)
877 vec_vand(vector int __a, vector bool int __b)
883 vec_vand(vector unsigned int __a, vector unsigned int __b)
889 vec_vand(vector bool int __a, vector unsigned int __b)
895 vec_vand(vector unsigned int __a, vector bool int __b)
901 vec_vand(vector bool int __a, vector bool int __b)
907 vec_vand(vector float __a, vector float __b)
914 vec_vand(vector bool int __a, vector float __b)
921 vec_vand(vector float __a, vector bool int __b)