Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c464 res_vbi = vec_pack(vbll, vbll); in test1()
701 res_vbll = vec_and(vbll, vbll); in test1()
730 res_vbll = vec_vand(vbll, vbll); in test1()
771 res_vbll = vec_andc(vbll, vbll); in test1()
921 res_vbll = vec_nor(vbll, vbll); in test1()
960 res_vbll = vec_or(vbll, vbll); in test1()
1067 res_vbll = vec_sel(vbll, vbll, vbll); in test1()
1180 res_vbll = vec_vor(vbll, vbll); in test1()
1209 res_vbll = vec_xor(vbll, vbll); in test1()
1268 res_vbll = vec_vxor(vbll, vbll); in test1()
[all …]
H A Dbuiltins-ppc-p8vector.c148 res_vbll = vec_mergee(vbll, vbll); in test1()
183 res_vbll = vec_cmpeq(vbll, vbll); in test1()
324 res_vbll = vec_eqv(vbll, vbll); in test1()
560 res_vsll = vec_max(vbll, vsll); in test1()
565 res_vsll = vec_max(vsll, vbll); in test1()
586 res_vbll = vec_mergeh(vbll, vbll); in test1()
590 res_vbll = vec_mergel(vbll, vbll); in test1()
910 res_vbll = vec_nand(vbll, vbll); in test1()
1116 res_vbll = vec_orc(vbll, vbll); in test1()
1122 res_vd = vec_orc(vbll, vda); in test1()
[all …]
H A Dbuiltins-ppc-32bit-vec-ll.c10 vector bool long long vbll; variable
174 vec_sel(vsll1, vsll2, vbll); in test()