Home
last modified time | relevance | path

Searched refs:vec_vand (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c375 res_vsll = vec_vand(vsll, vsll); in test1()
379 res_vsll = vec_vand(vbll, vsll); in test1()
383 res_vsll = vec_vand(vsll, vbll); in test1()
387 res_vull = vec_vand(vull, vull); in test1()
391 res_vull = vec_vand(vbll, vull); in test1()
395 res_vull = vec_vand(vull, vbll); in test1()
399 res_vbll = vec_vand(vbll, vbll); in test1()
Dbuiltins-ppc-altivec.c483 res_vsc = vec_vand(vsc, vsc); in test1()
487 res_vsc = vec_vand(vbc, vsc); in test1()
491 res_vsc = vec_vand(vsc, vbc); in test1()
495 res_vuc = vec_vand(vuc, vuc); in test1()
499 res_vuc = vec_vand(vbc, vuc); in test1()
503 res_vuc = vec_vand(vuc, vbc); in test1()
507 res_vbc = vec_vand(vbc, vbc); in test1()
511 res_vs = vec_vand(vs, vs); in test1()
515 res_vs = vec_vand(vbs, vs); in test1()
519 res_vs = vec_vand(vs, vbs); in test1()
[all …]
/external/clang/lib/Headers/
Daltivec.h882 static vector signed char __ATTRS_o_ai vec_vand(vector signed char __a, in vec_vand() function
887 static vector signed char __ATTRS_o_ai vec_vand(vector bool char __a, in vec_vand() function
892 static vector signed char __ATTRS_o_ai vec_vand(vector signed char __a, in vec_vand() function
897 static vector unsigned char __ATTRS_o_ai vec_vand(vector unsigned char __a, in vec_vand() function
902 static vector unsigned char __ATTRS_o_ai vec_vand(vector bool char __a, in vec_vand() function
907 static vector unsigned char __ATTRS_o_ai vec_vand(vector unsigned char __a, in vec_vand() function
912 static vector bool char __ATTRS_o_ai vec_vand(vector bool char __a, in vec_vand() function
917 static vector short __ATTRS_o_ai vec_vand(vector short __a, vector short __b) { in vec_vand() function
921 static vector short __ATTRS_o_ai vec_vand(vector bool short __a, in vec_vand() function
926 static vector short __ATTRS_o_ai vec_vand(vector short __a, in vec_vand() function
[all …]