• Home
  • Raw
  • Download

Lines Matching refs:vbll

20 vector bool long long vbll = { 1, 0 };  variable
80 res_vd = vec_and(vbll, vd); in test1()
86 res_vd = vec_and(vd, vbll); in test1()
102 res_vd = vec_andc(vbll, vd); in test1()
116 res_vd = vec_andc(vd, vbll); in test1()
256 res_vbll = vec_perm(vbll, vbll, vuc); in test1()
286 res_vbll = vec_splat(vbll, 1); in test1()
321 res_vbi = vec_pack(vbll, vbll); in test1()
538 res_vsll = vec_and(vbll, vsll); in test1()
542 res_vsll = vec_and(vsll, vbll); in test1()
550 res_vull = vec_and(vbll, vull); in test1()
554 res_vull = vec_and(vull, vbll); in test1()
558 res_vbll = vec_and(vbll, vbll); in test1()
567 res_vsll = vec_vand(vbll, vsll); in test1()
571 res_vsll = vec_vand(vsll, vbll); in test1()
579 res_vull = vec_vand(vbll, vull); in test1()
583 res_vull = vec_vand(vull, vbll); in test1()
587 res_vbll = vec_vand(vbll, vbll); in test1()
598 res_vsll = vec_andc(vbll, vsll); in test1()
604 res_vsll = vec_andc(vsll, vbll); in test1()
616 res_vull = vec_andc(vbll, vull); in test1()
622 res_vull = vec_andc(vull, vbll); in test1()
628 res_vbll = vec_andc(vbll, vbll); in test1()
655 res_vsll = vec_mergeh(vsll, vbll); in test1()
659 res_vsll = vec_mergeh(vbll, vsll); in test1()
667 res_vull = vec_mergeh(vull, vbll); in test1()
671 res_vull = vec_mergeh(vbll, vull); in test1()
680 res_vsll = vec_mergel(vsll, vbll); in test1()
684 res_vsll = vec_mergel(vbll, vsll); in test1()
692 res_vull = vec_mergel(vull, vbll); in test1()
696 res_vull = vec_mergel(vbll, vull); in test1()
778 res_vull = vec_nor(vbll, vbll); in test1()
797 res_vsll = vec_or(vbll, vsll); in test1()
801 res_vsll = vec_or(vsll, vbll); in test1()
809 res_vull = vec_or(vbll, vull); in test1()
813 res_vull = vec_or(vull, vbll); in test1()
817 res_vbll = vec_or(vbll, vbll); in test1()
827 res_vd = vec_or(vbll, vd); in test1()
835 res_vd = vec_or(vd, vbll); in test1()
871 res_vf = vec_sel(vd, vd, vbll); in test1()
924 res_vsll = vec_vor(vbll, vsll); in test1()
928 res_vsll = vec_vor(vsll, vbll); in test1()
936 res_vull = vec_vor(vbll, vull); in test1()
940 res_vull = vec_vor(vull, vbll); in test1()
944 res_vbll = vec_vor(vbll, vbll); in test1()
953 res_vsll = vec_xor(vbll, vsll); in test1()
957 res_vsll = vec_xor(vsll, vbll); in test1()
965 res_vull = vec_xor(vbll, vull); in test1()
969 res_vull = vec_xor(vull, vbll); in test1()
973 res_vbll = vec_xor(vbll, vbll); in test1()
991 res_vd = vec_xor(vd, vbll); in test1()
1001 res_vd = vec_xor(vbll, vd); in test1()
1012 res_vsll = vec_vxor(vbll, vsll); in test1()
1016 res_vsll = vec_vxor(vsll, vbll); 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()