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

Lines Matching defs:vec_vandc

1078 /* vec_vandc */
1081 vec_vandc(vector signed char a, vector signed char b)
1087 vec_vandc(vector bool char a, vector signed char b)
1093 vec_vandc(vector signed char a, vector bool char b)
1099 vec_vandc(vector unsigned char a, vector unsigned char b)
1105 vec_vandc(vector bool char a, vector unsigned char b)
1111 vec_vandc(vector unsigned char a, vector bool char b)
1117 vec_vandc(vector bool char a, vector bool char b)
1123 vec_vandc(vector short a, vector short b)
1129 vec_vandc(vector bool short a, vector short b)
1135 vec_vandc(vector short a, vector bool short b)
1141 vec_vandc(vector unsigned short a, vector unsigned short b)
1147 vec_vandc(vector bool short a, vector unsigned short b)
1153 vec_vandc(vector unsigned short a, vector bool short b)
1159 vec_vandc(vector bool short a, vector bool short b)
1165 vec_vandc(vector int a, vector int b)
1171 vec_vandc(vector bool int a, vector int b)
1177 vec_vandc(vector int a, vector bool int b)
1183 vec_vandc(vector unsigned int a, vector unsigned int b)
1189 vec_vandc(vector bool int a, vector unsigned int b)
1195 vec_vandc(vector unsigned int a, vector bool int b)
1201 vec_vandc(vector bool int a, vector bool int b)
1207 vec_vandc(vector float a, vector float b)
1214 vec_vandc(vector bool int a, vector float b)
1221 vec_vandc(vector float a, vector bool int b)