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

Lines Matching refs:vec_sub

7917 /* vec_sub */
7920 vec_sub(vector signed char __a, vector signed char __b)
7926 vec_sub(vector bool char __a, vector signed char __b)
7932 vec_sub(vector signed char __a, vector bool char __b)
7938 vec_sub(vector unsigned char __a, vector unsigned char __b)
7944 vec_sub(vector bool char __a, vector unsigned char __b)
7950 vec_sub(vector unsigned char __a, vector bool char __b)
7956 vec_sub(vector short __a, vector short __b)
7962 vec_sub(vector bool short __a, vector short __b)
7968 vec_sub(vector short __a, vector bool short __b)
7974 vec_sub(vector unsigned short __a, vector unsigned short __b)
7980 vec_sub(vector bool short __a, vector unsigned short __b)
7986 vec_sub(vector unsigned short __a, vector bool short __b)
7992 vec_sub(vector int __a, vector int __b)
7998 vec_sub(vector bool int __a, vector int __b)
8004 vec_sub(vector int __a, vector bool int __b)
8010 vec_sub(vector unsigned int __a, vector unsigned int __b)
8016 vec_sub(vector bool int __a, vector unsigned int __b)
8022 vec_sub(vector unsigned int __a, vector bool int __b)
8028 vec_sub(vector float __a, vector float __b)