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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c483 res_vsc = vec_vand(vsc, vsc);
487 res_vsc = vec_vand(vbc, vsc);
491 res_vsc = vec_vand(vsc, vbc);
495 res_vuc = vec_vand(vuc, vuc);
499 res_vuc = vec_vand(vbc, vuc);
503 res_vuc = vec_vand(vuc, vbc);
507 res_vbc = vec_vand(vbc, vbc);
511 res_vs = vec_vand(vs, vs);
515 res_vs = vec_vand(vbs, vs);
519 res_vs = vec_vand(v
[all...]
/external/clang/lib/Headers/
H A Daltivec.h781 /* vec_vand */
784 vec_vand(vector signed char __a, vector signed char __b) function
790 vec_vand(vector bool char __a, vector signed char __b) function
796 vec_vand(vector signed char __a, vector bool char __b) function
802 vec_vand(vector unsigned char __a, vector unsigned char __b) function
808 vec_vand(vector bool char __a, vector unsigned char __b) function
814 vec_vand(vector unsigned char __a, vector bool char __b) function
820 vec_vand(vector bool char __a, vector bool char __b) function
826 vec_vand(vector short __a, vector short __b) function
832 vec_vand(vecto function
838 vec_vand(vector short __a, vector bool short __b) function
844 vec_vand(vector unsigned short __a, vector unsigned short __b) function
850 vec_vand(vector bool short __a, vector unsigned short __b) function
856 vec_vand(vector unsigned short __a, vector bool short __b) function
862 vec_vand(vector bool short __a, vector bool short __b) function
868 vec_vand(vector int __a, vector int __b) function
874 vec_vand(vector bool int __a, vector int __b) function
880 vec_vand(vector int __a, vector bool int __b) function
886 vec_vand(vector unsigned int __a, vector unsigned int __b) function
892 vec_vand(vector bool int __a, vector unsigned int __b) function
898 vec_vand(vector unsigned int __a, vector bool int __b) function
904 vec_vand(vector bool int __a, vector bool int __b) function
910 vec_vand(vector float __a, vector float __b) function
917 vec_vand(vector bool int __a, vector float __b) function
924 vec_vand(vector float __a, vector bool int __b) function
[all...]

Completed in 299 milliseconds