Lines Matching refs:vec_and
472 res_vsc = vec_and(vsc, vsc); in test1()
476 res_vsc = vec_and(vbc, vsc); in test1()
480 res_vsc = vec_and(vsc, vbc); in test1()
484 res_vuc = vec_and(vuc, vuc); in test1()
488 res_vuc = vec_and(vbc, vuc); in test1()
492 res_vuc = vec_and(vuc, vbc); in test1()
496 res_vbc = vec_and(vbc, vbc); in test1()
500 res_vs = vec_and(vs, vs); in test1()
504 res_vs = vec_and(vbs, vs); in test1()
508 res_vs = vec_and(vs, vbs); in test1()
512 res_vus = vec_and(vus, vus); in test1()
516 res_vus = vec_and(vbs, vus); in test1()
520 res_vus = vec_and(vus, vbs); in test1()
524 res_vbs = vec_and(vbs, vbs); in test1()
528 res_vi = vec_and(vi, vi); in test1()
532 res_vi = vec_and(vbi, vi); in test1()
536 res_vi = vec_and(vi, vbi); in test1()
540 res_vui = vec_and(vui, vui); in test1()
544 res_vui = vec_and(vbi, vui); in test1()
548 res_vui = vec_and(vui, vbi); in test1()
552 res_vbi = vec_and(vbi, vbi); in test1()