Lines Matching refs:vec_andc
568 res_vsc = vec_andc(vsc, vsc); in test1()
574 res_vsc = vec_andc(vbc, vsc); in test1()
580 res_vsc = vec_andc(vsc, vbc); in test1()
586 res_vuc = vec_andc(vuc, vuc); in test1()
592 res_vuc = vec_andc(vbc, vuc); in test1()
598 res_vuc = vec_andc(vuc, vbc); in test1()
602 res_vbc = vec_andc(vbc, vbc); in test1()
608 res_vs = vec_andc(vs, vs); in test1()
614 res_vs = vec_andc(vbs, vs); in test1()
620 res_vs = vec_andc(vs, vbs); in test1()
626 res_vus = vec_andc(vus, vus); in test1()
632 res_vus = vec_andc(vbs, vus); in test1()
638 res_vus = vec_andc(vus, vbs); in test1()
644 res_vbs = vec_andc(vbs, vbs); in test1()
650 res_vi = vec_andc(vi, vi); in test1()
656 res_vi = vec_andc(vbi, vi); in test1()
662 res_vi = vec_andc(vi, vbi); in test1()
668 res_vui = vec_andc(vui, vui); in test1()
674 res_vui = vec_andc(vbi, vui); in test1()
680 res_vui = vec_andc(vui, vbi); in test1()
686 res_vf = vec_andc(vf, vf); in test1()
692 res_vf = vec_andc(vbi, vf); in test1()
698 res_vf = vec_andc(vf, vbi); in test1()