Home | History | Annotate | Download | only in Headers

Lines Matching refs:vec_andc

927 /* vec_andc */
929 #define __builtin_altivec_vandc vec_andc
932 vec_andc(vector signed char __a, vector signed char __b)
938 vec_andc(vector bool char __a, vector signed char __b)
944 vec_andc(vector signed char __a, vector bool char __b)
950 vec_andc(vector unsigned char __a, vector unsigned char __b)
956 vec_andc(vector bool char __a, vector unsigned char __b)
962 vec_andc(vector unsigned char __a, vector bool char __b)
968 vec_andc(vector bool char __a, vector bool char __b)
974 vec_andc(vector short __a, vector short __b)
980 vec_andc(vector bool short __a, vector short __b)
986 vec_andc(vector short __a, vector bool short __b)
992 vec_andc(vector unsigned short __a, vector unsigned short __b)
998 vec_andc(vector bool short __a, vector unsigned short __b)
1004 vec_andc(vector unsigned short __a, vector bool short __b)
1010 vec_andc(vector bool short __a, vector bool short __b)
1016 vec_andc(vector int __a, vector int __b)
1022 vec_andc(vector bool int __a, vector int __b)
1028 vec_andc(vector int __a, vector bool int __b)
1034 vec_andc(vector unsigned int __a, vector unsigned int __b)
1040 vec_andc(vector bool int __a, vector unsigned int __b)
1046 vec_andc(vector unsigned int __a, vector bool int __b)
1052 vec_andc(vector bool int __a, vector bool int __b)
1058 vec_andc(vector float __a, vector float __b)
1065 vec_andc(vector bool int __a, vector float __b)
1072 vec_andc(vector float __a, vector bool int __b)