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

Lines Matching defs: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)