Lines Matching refs:vbll

11 vector bool long long vbll = { 1, 0 };  variable
36 res_vd = vec_and(vbll, vd); in test1()
42 res_vd = vec_and(vd, vbll); in test1()
58 res_vd = vec_andc(vbll, vd); in test1()
72 res_vd = vec_andc(vd, vbll); in test1()
212 res_vbll = vec_perm(vbll, vbll, vuc); in test1()
242 res_vbll = vec_splat(vbll, 1); in test1()
277 res_vbi = vec_pack(vbll, vbll); in test1()
350 res_vsll = vec_and(vbll, vsll); in test1()
354 res_vsll = vec_and(vsll, vbll); in test1()
362 res_vull = vec_and(vbll, vull); in test1()
366 res_vull = vec_and(vull, vbll); in test1()
370 res_vbll = vec_and(vbll, vbll); in test1()
379 res_vsll = vec_vand(vbll, vsll); in test1()
383 res_vsll = vec_vand(vsll, vbll); in test1()
391 res_vull = vec_vand(vbll, vull); in test1()
395 res_vull = vec_vand(vull, vbll); in test1()
399 res_vbll = vec_vand(vbll, vbll); in test1()
410 res_vsll = vec_andc(vbll, vsll); in test1()
416 res_vsll = vec_andc(vsll, vbll); in test1()
428 res_vull = vec_andc(vbll, vull); in test1()
434 res_vull = vec_andc(vull, vbll); in test1()
440 res_vbll = vec_andc(vbll, vbll); in test1()
467 res_vsll = vec_mergeh(vsll, vbll); in test1()
471 res_vsll = vec_mergeh(vbll, vsll); in test1()
479 res_vull = vec_mergeh(vull, vbll); in test1()
483 res_vull = vec_mergeh(vbll, vull); in test1()
492 res_vsll = vec_mergel(vsll, vbll); in test1()
496 res_vsll = vec_mergel(vbll, vsll); in test1()
504 res_vull = vec_mergel(vull, vbll); in test1()
508 res_vull = vec_mergel(vbll, vull); in test1()
590 res_vull = vec_nor(vbll, vbll); in test1()
609 res_vsll = vec_or(vbll, vsll); in test1()
613 res_vsll = vec_or(vsll, vbll); in test1()
621 res_vull = vec_or(vbll, vull); in test1()
625 res_vull = vec_or(vull, vbll); in test1()
629 res_vbll = vec_or(vbll, vbll); in test1()
639 res_vd = vec_or(vbll, vd); in test1()
647 res_vd = vec_or(vd, vbll); in test1()
683 res_vf = vec_sel(vd, vd, vbll); in test1()
736 res_vsll = vec_vor(vbll, vsll); in test1()
740 res_vsll = vec_vor(vsll, vbll); 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()
765 res_vsll = vec_xor(vbll, vsll); in test1()
769 res_vsll = vec_xor(vsll, vbll); in test1()
777 res_vull = vec_xor(vbll, vull); in test1()
781 res_vull = vec_xor(vull, vbll); in test1()
785 res_vbll = vec_xor(vbll, vbll); in test1()
803 res_vd = vec_xor(vd, vbll); in test1()
813 res_vd = vec_xor(vbll, vd); in test1()
824 res_vsll = vec_vxor(vbll, vsll); in test1()
828 res_vsll = vec_vxor(vsll, vbll); 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()