Searched refs:vec_vxor (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 820 res_vsll = vec_vxor(vsll, vsll); in test1() 824 res_vsll = vec_vxor(vbll, vsll); in test1() 828 res_vsll = vec_vxor(vsll, vbll); in test1() 832 res_vull = vec_vxor(vull, vull); in test1() 836 res_vull = vec_vxor(vbll, vull); in test1() 840 res_vull = vec_vxor(vull, vbll); in test1() 844 res_vbll = vec_vxor(vbll, vbll); in test1()
|
D | builtins-ppc-altivec.c | 5610 res_vsc = vec_vxor(vsc, vsc); in test6() 5614 res_vsc = vec_vxor(vbc, vsc); in test6() 5618 res_vsc = vec_vxor(vsc, vbc); in test6() 5622 res_vuc = vec_vxor(vuc, vuc); in test6() 5626 res_vuc = vec_vxor(vbc, vuc); in test6() 5630 res_vuc = vec_vxor(vuc, vbc); in test6() 5634 res_vbc = vec_vxor(vbc, vbc); in test6() 5638 res_vs = vec_vxor(vs, vs); in test6() 5642 res_vs = vec_vxor(vbs, vs); in test6() 5646 res_vs = vec_vxor(vs, vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 10330 static vector signed char __ATTRS_o_ai vec_vxor(vector signed char __a, in vec_vxor() function 10335 static vector signed char __ATTRS_o_ai vec_vxor(vector bool char __a, in vec_vxor() function 10340 static vector signed char __ATTRS_o_ai vec_vxor(vector signed char __a, in vec_vxor() function 10345 static vector unsigned char __ATTRS_o_ai vec_vxor(vector unsigned char __a, in vec_vxor() function 10350 static vector unsigned char __ATTRS_o_ai vec_vxor(vector bool char __a, in vec_vxor() function 10355 static vector unsigned char __ATTRS_o_ai vec_vxor(vector unsigned char __a, in vec_vxor() function 10360 static vector bool char __ATTRS_o_ai vec_vxor(vector bool char __a, in vec_vxor() function 10365 static vector short __ATTRS_o_ai vec_vxor(vector short __a, vector short __b) { in vec_vxor() function 10369 static vector short __ATTRS_o_ai vec_vxor(vector bool short __a, in vec_vxor() function 10374 static vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor() function [all …]
|