Lines Matching refs:vec_sel
355 vsc = vec_sel(vsc, vsc, vuc); in test_core()
357 vsc = vec_sel(vsc, vsc, vbc); in test_core()
359 vuc = vec_sel(vuc, vuc, vuc); in test_core()
361 vuc = vec_sel(vuc, vuc, vbc); in test_core()
363 vbc = vec_sel(vbc, vbc, vuc); in test_core()
365 vbc = vec_sel(vbc, vbc, vbc); in test_core()
367 vss = vec_sel(vss, vss, vus); in test_core()
369 vss = vec_sel(vss, vss, vbs); in test_core()
371 vus = vec_sel(vus, vus, vus); in test_core()
373 vus = vec_sel(vus, vus, vbs); in test_core()
375 vbs = vec_sel(vbs, vbs, vus); in test_core()
377 vbs = vec_sel(vbs, vbs, vbs); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
383 vui = vec_sel(vui, vui, vui); in test_core()
385 vui = vec_sel(vui, vui, vbi); in test_core()
387 vbi = vec_sel(vbi, vbi, vui); in test_core()
389 vbi = vec_sel(vbi, vbi, vbi); in test_core()
391 vsl = vec_sel(vsl, vsl, vul); in test_core()
393 vsl = vec_sel(vsl, vsl, vbl); in test_core()
395 vul = vec_sel(vul, vul, vul); in test_core()
397 vul = vec_sel(vul, vul, vbl); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
403 vd = vec_sel(vd, vd, vul); in test_core()
405 vd = vec_sel(vd, vd, vbl); in test_core()