Lines Matching refs:vec_andc
587 res_vsc = vec_andc(vsc, vsc); in test1()
593 res_vsc = vec_andc(vbc, vsc); in test1()
599 res_vsc = vec_andc(vsc, vbc); in test1()
605 res_vuc = vec_andc(vuc, vuc); in test1()
611 res_vuc = vec_andc(vbc, vuc); in test1()
617 res_vuc = vec_andc(vuc, vbc); in test1()
621 res_vbc = vec_andc(vbc, vbc); in test1()
627 res_vs = vec_andc(vs, vs); in test1()
633 res_vs = vec_andc(vbs, vs); in test1()
639 res_vs = vec_andc(vs, vbs); in test1()
645 res_vus = vec_andc(vus, vus); in test1()
651 res_vus = vec_andc(vbs, vus); in test1()
657 res_vus = vec_andc(vus, vbs); in test1()
663 res_vbs = vec_andc(vbs, vbs); in test1()
669 res_vi = vec_andc(vi, vi); in test1()
675 res_vi = vec_andc(vbi, vi); in test1()
681 res_vi = vec_andc(vi, vbi); in test1()
687 res_vui = vec_andc(vui, vui); in test1()
693 res_vui = vec_andc(vbi, vui); in test1()
699 res_vui = vec_andc(vui, vbi); in test1()
705 res_vf = vec_andc(vf, vf); in test1()
711 res_vf = vec_andc(vbi, vf); in test1()
717 res_vf = vec_andc(vf, vbi); in test1()