Searched defs:vec_vandc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Daltivec.h62 #define vec_vandc vec_andc macro
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h1081 vec_vandc(vector signed char __a, vector signed char __b) function
1087 vec_vandc(vector bool char __a, vector signed char __b) function
1093 vec_vandc(vector signed char __a, vector bool char __b) function
1099 vec_vandc(vector unsigned char __a, vector unsigned char __b) function
1105 vec_vandc(vector bool char __a, vector unsigned char __b) function
1111 vec_vandc(vector unsigned char __a, vector bool char __b) function
1117 vec_vandc(vector bool char __a, vector bool char __b) function
1123 vec_vandc(vector short __a, vector short __b) function
1129 vec_vandc(vecto function
1135 vec_vandc(vector short __a, vector bool short __b) function
1141 vec_vandc(vector unsigned short __a, vector unsigned short __b) function
1147 vec_vandc(vector bool short __a, vector unsigned short __b) function
1153 vec_vandc(vector unsigned short __a, vector bool short __b) function
1159 vec_vandc(vector bool short __a, vector bool short __b) function
1165 vec_vandc(vector int __a, vector int __b) function
1171 vec_vandc(vector bool int __a, vector int __b) function
1177 vec_vandc(vector int __a, vector bool int __b) function
1183 vec_vandc(vector unsigned int __a, vector unsigned int __b) function
1189 vec_vandc(vector bool int __a, vector unsigned int __b) function
1195 vec_vandc(vector unsigned int __a, vector bool int __b) function
1201 vec_vandc(vector bool int __a, vector bool int __b) function
1207 vec_vandc(vector float __a, vector float __b) function
1214 vec_vandc(vector bool int __a, vector float __b) function
1221 vec_vandc(vector float __a, vector bool int __b) function
[all...]

Completed in 93 milliseconds