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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c5388 res_vsc = vec_vxor(vsc, vsc);
5392 res_vsc = vec_vxor(vbc, vsc);
5396 res_vsc = vec_vxor(vsc, vbc);
5400 res_vuc = vec_vxor(vuc, vuc);
5404 res_vuc = vec_vxor(vbc, vuc);
5408 res_vuc = vec_vxor(vuc, vbc);
5412 res_vbc = vec_vxor(vbc, vbc);
5416 res_vs = vec_vxor(vs, vs);
5420 res_vs = vec_vxor(vbs, vs);
5424 res_vs = vec_vxor(v
[all...]
/external/clang/lib/Headers/
H A Daltivec.h8919 /* vec_vxor */
8922 vec_vxor(vector signed char __a, vector signed char __b) function
8928 vec_vxor(vector bool char __a, vector signed char __b) function
8934 vec_vxor(vector signed char __a, vector bool char __b) function
8940 vec_vxor(vector unsigned char __a, vector unsigned char __b) function
8946 vec_vxor(vector bool char __a, vector unsigned char __b) function
8952 vec_vxor(vector unsigned char __a, vector bool char __b) function
8958 vec_vxor(vector bool char __a, vector bool char __b) function
8964 vec_vxor(vector short __a, vector short __b) function
8970 vec_vxor(vecto function
8976 vec_vxor(vector short __a, vector bool short __b) function
8982 vec_vxor(vector unsigned short __a, vector unsigned short __b) function
8988 vec_vxor(vector bool short __a, vector unsigned short __b) function
8994 vec_vxor(vector unsigned short __a, vector bool short __b) function
9000 vec_vxor(vector bool short __a, vector bool short __b) function
9006 vec_vxor(vector int __a, vector int __b) function
9012 vec_vxor(vector bool int __a, vector int __b) function
9018 vec_vxor(vector int __a, vector bool int __b) function
9024 vec_vxor(vector unsigned int __a, vector unsigned int __b) function
9030 vec_vxor(vector bool int __a, vector unsigned int __b) function
9036 vec_vxor(vector unsigned int __a, vector bool int __b) function
9042 vec_vxor(vector bool int __a, vector bool int __b) function
9048 vec_vxor(vector float __a, vector float __b) function
9055 vec_vxor(vector bool int __a, vector float __b) function
9062 vec_vxor(vector float __a, vector bool int __b) function
[all...]

Completed in 170 milliseconds