Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c732 res_vsll = vec_vor(vsll, vsll); in test1()
736 res_vsll = vec_vor(vbll, vsll); in test1()
740 res_vsll = vec_vor(vsll, vbll); in test1()
744 res_vull = vec_vor(vull, vull); in test1()
748 res_vull = vec_vor(vbll, vull); in test1()
752 res_vull = vec_vor(vull, vbll); in test1()
756 res_vbll = vec_vor(vbll, vbll); in test1()
Dbuiltins-ppc-altivec.c2521 res_vsc = vec_vor(vsc, vsc); in test6()
2525 res_vsc = vec_vor(vbc, vsc); in test6()
2529 res_vsc = vec_vor(vsc, vbc); in test6()
2533 res_vuc = vec_vor(vuc, vuc); in test6()
2537 res_vuc = vec_vor(vbc, vuc); in test6()
2541 res_vuc = vec_vor(vuc, vbc); in test6()
2545 res_vbc = vec_vor(vbc, vbc); in test6()
2549 res_vs = vec_vor(vs, vs); in test6()
2553 res_vs = vec_vor(vbs, vs); in test6()
2557 res_vs = vec_vor(vs, vbs); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h5103 static vector signed char __ATTRS_o_ai vec_vor(vector signed char __a, in vec_vor() function
5108 static vector signed char __ATTRS_o_ai vec_vor(vector bool char __a, in vec_vor() function
5113 static vector signed char __ATTRS_o_ai vec_vor(vector signed char __a, in vec_vor() function
5118 static vector unsigned char __ATTRS_o_ai vec_vor(vector unsigned char __a, in vec_vor() function
5123 static vector unsigned char __ATTRS_o_ai vec_vor(vector bool char __a, in vec_vor() function
5128 static vector unsigned char __ATTRS_o_ai vec_vor(vector unsigned char __a, in vec_vor() function
5133 static vector bool char __ATTRS_o_ai vec_vor(vector bool char __a, in vec_vor() function
5138 static vector short __ATTRS_o_ai vec_vor(vector short __a, vector short __b) { in vec_vor() function
5142 static vector short __ATTRS_o_ai vec_vor(vector bool short __a, in vec_vor() function
5147 static vector short __ATTRS_o_ai vec_vor(vector short __a, in vec_vor() function
[all …]