Lines Matching refs:vec_and
399 res_vsc = vec_and(vsc, vsc); in test1()
403 res_vsc = vec_and(vbc, vsc); in test1()
407 res_vsc = vec_and(vsc, vbc); in test1()
411 res_vuc = vec_and(vuc, vuc); in test1()
415 res_vuc = vec_and(vbc, vuc); in test1()
419 res_vuc = vec_and(vuc, vbc); in test1()
423 res_vbc = vec_and(vbc, vbc); in test1()
427 res_vs = vec_and(vs, vs); in test1()
431 res_vs = vec_and(vbs, vs); in test1()
435 res_vs = vec_and(vs, vbs); in test1()
439 res_vus = vec_and(vus, vus); in test1()
443 res_vus = vec_and(vbs, vus); in test1()
447 res_vus = vec_and(vus, vbs); in test1()
451 res_vbs = vec_and(vbs, vbs); in test1()
455 res_vi = vec_and(vi, vi); in test1()
459 res_vi = vec_and(vbi, vi); in test1()
463 res_vi = vec_and(vi, vbi); in test1()
467 res_vui = vec_and(vui, vui); in test1()
471 res_vui = vec_and(vbi, vui); in test1()
475 res_vui = vec_and(vui, vbi); in test1()
479 res_vbi = vec_and(vbi, vbi); in test1()