Searched refs:vec_vxor (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 1008 res_vsll = vec_vxor(vsll, vsll); in test1() 1012 res_vsll = vec_vxor(vbll, vsll); in test1() 1016 res_vsll = vec_vxor(vsll, vbll); in test1() 1020 res_vull = vec_vxor(vull, vull); in test1() 1024 res_vull = vec_vxor(vbll, vull); in test1() 1028 res_vull = vec_vxor(vull, vbll); in test1() 1032 res_vbll = vec_vxor(vbll, vbll); in test1()
|
D | builtins-ppc-altivec.c | 5629 res_vsc = vec_vxor(vsc, vsc); in test6() 5633 res_vsc = vec_vxor(vbc, vsc); in test6() 5637 res_vsc = vec_vxor(vsc, vbc); in test6() 5641 res_vuc = vec_vxor(vuc, vuc); in test6() 5645 res_vuc = vec_vxor(vbc, vuc); in test6() 5649 res_vuc = vec_vxor(vuc, vbc); in test6() 5653 res_vbc = vec_vxor(vbc, vbc); in test6() 5657 res_vs = vec_vxor(vs, vs); in test6() 5661 res_vs = vec_vxor(vbs, vs); in test6() 5665 res_vs = vec_vxor(vs, vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 10702 vec_vxor(vector signed char __a, vector signed char __b) { in vec_vxor() function 10707 vec_vxor(vector bool char __a, vector signed char __b) { in vec_vxor() function 10712 vec_vxor(vector signed char __a, vector bool char __b) { in vec_vxor() function 10717 vec_vxor(vector unsigned char __a, vector unsigned char __b) { in vec_vxor() function 10722 vec_vxor(vector bool char __a, vector unsigned char __b) { in vec_vxor() function 10727 vec_vxor(vector unsigned char __a, vector bool char __b) { in vec_vxor() function 10731 static __inline__ vector bool char __ATTRS_o_ai vec_vxor(vector bool char __a, in vec_vxor() function 10736 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor() function 10741 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector bool short __a, in vec_vxor() function 10746 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor() function [all …]
|