Home | History | Annotate | Download | only in Headers

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