Searched refs:vec_vxor (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-altivec.c | 5963 res_vsc = vec_vxor(vsc, vsc); in test6() 5967 res_vsc = vec_vxor(vbc, vsc); in test6() 5991 res_vs = vec_vxor(vs, vs); in test6() 5995 res_vs = vec_vxor(vbs, vs); in test6() 5999 res_vs = vec_vxor(vs, vbs); in test6() 6019 res_vi = vec_vxor(vi, vi); in test6() 6023 res_vi = vec_vxor(vbi, vi); in test6() 6027 res_vi = vec_vxor(vi, vbi); in test6() 6047 res_vf = vec_vxor(vf, vf); in test6() 6051 res_vf = vec_vxor(vbi, vf); in test6() [all …]
|
| H A D | builtins-ppc-vsx.c | 1244 res_vsll = vec_vxor(vsll, vsll); in test1() 1248 res_vsll = vec_vxor(vbll, vsll); in test1() 1252 res_vsll = vec_vxor(vsll, vbll); in test1() 1256 res_vull = vec_vxor(vull, vull); in test1() 1260 res_vull = vec_vxor(vbll, vull); in test1() 1264 res_vull = vec_vxor(vull, vbll); in test1() 1268 res_vbll = vec_vxor(vbll, vbll); in test1()
|
| H A D | builtins-ppc-32bit-vec-ll.c | 229 vec_vxor(vsll1, vsll2); in test()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 13363 vec_vxor(vector signed char __a, vector signed char __b) { in vec_vxor() function 13368 vec_vxor(vector bool char __a, vector signed char __b) { in vec_vxor() function 13373 vec_vxor(vector signed char __a, vector bool char __b) { in vec_vxor() function 13383 vec_vxor(vector bool char __a, vector unsigned char __b) { in vec_vxor() function 13388 vec_vxor(vector unsigned char __a, vector bool char __b) { in vec_vxor() function 13418 vec_vxor(vector bool short __a, vector unsigned short __b) { in vec_vxor() function 13423 vec_vxor(vector unsigned short __a, vector bool short __b) { in vec_vxor() function 13428 vec_vxor(vector bool short __a, vector bool short __b) { in vec_vxor() function 13448 vec_vxor(vector unsigned int __a, vector unsigned int __b) { in vec_vxor() function 13453 vec_vxor(vector bool int __a, vector unsigned int __b) { in vec_vxor() function [all …]
|