Lines Matching refs:vec_vand
483 res_vsc = vec_vand(vsc, vsc); in test1()
487 res_vsc = vec_vand(vbc, vsc); in test1()
491 res_vsc = vec_vand(vsc, vbc); in test1()
495 res_vuc = vec_vand(vuc, vuc); in test1()
499 res_vuc = vec_vand(vbc, vuc); in test1()
503 res_vuc = vec_vand(vuc, vbc); in test1()
507 res_vbc = vec_vand(vbc, vbc); in test1()
511 res_vs = vec_vand(vs, vs); in test1()
515 res_vs = vec_vand(vbs, vs); in test1()
519 res_vs = vec_vand(vs, vbs); in test1()
523 res_vus = vec_vand(vus, vus); in test1()
527 res_vus = vec_vand(vbs, vus); in test1()
531 res_vus = vec_vand(vus, vbs); in test1()
535 res_vbs = vec_vand(vbs, vbs); in test1()
539 res_vi = vec_vand(vi, vi); in test1()
543 res_vi = vec_vand(vbi, vi); in test1()
547 res_vi = vec_vand(vi, vbi); in test1()
551 res_vui = vec_vand(vui, vui); in test1()
555 res_vui = vec_vand(vbi, vui); in test1()
559 res_vui = vec_vand(vui, vbi); in test1()
563 res_vbi = vec_vand(vbi, vbi); in test1()