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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c704 res_vsc = vec_vandc(vsc, vsc);
710 res_vsc = vec_vandc(vbc, vsc);
716 res_vsc = vec_vandc(vsc, vbc);
722 res_vuc = vec_vandc(vuc, vuc);
728 res_vuc = vec_vandc(vbc, vuc);
734 res_vuc = vec_vandc(vuc, vbc);
740 res_vbc = vec_vandc(vbc, vbc);
746 res_vs = vec_vandc(vs, vs);
752 res_vs = vec_vandc(vbs, vs);
758 res_vs = vec_vandc(v
[all...]
/external/clang/lib/Headers/
H A Daltivec.h1081 /* vec_vandc */
1084 vec_vandc(vector signed char __a, vector signed char __b) function
1090 vec_vandc(vector bool char __a, vector signed char __b) function
1096 vec_vandc(vector signed char __a, vector bool char __b) function
1102 vec_vandc(vector unsigned char __a, vector unsigned char __b) function
1108 vec_vandc(vector bool char __a, vector unsigned char __b) function
1114 vec_vandc(vector unsigned char __a, vector bool char __b) function
1120 vec_vandc(vector bool char __a, vector bool char __b) function
1126 vec_vandc(vector short __a, vector short __b) function
1132 vec_vandc(vecto function
1138 vec_vandc(vector short __a, vector bool short __b) function
1144 vec_vandc(vector unsigned short __a, vector unsigned short __b) function
1150 vec_vandc(vector bool short __a, vector unsigned short __b) function
1156 vec_vandc(vector unsigned short __a, vector bool short __b) function
1162 vec_vandc(vector bool short __a, vector bool short __b) function
1168 vec_vandc(vector int __a, vector int __b) function
1174 vec_vandc(vector bool int __a, vector int __b) function
1180 vec_vandc(vector int __a, vector bool int __b) function
1186 vec_vandc(vector unsigned int __a, vector unsigned int __b) function
1192 vec_vandc(vector bool int __a, vector unsigned int __b) function
1198 vec_vandc(vector unsigned int __a, vector bool int __b) function
1204 vec_vandc(vector bool int __a, vector bool int __b) function
1210 vec_vandc(vector float __a, vector float __b) function
1217 vec_vandc(vector bool int __a, vector float __b) function
1224 vec_vandc(vector float __a, vector bool int __b) function
[all...]

Completed in 81 milliseconds