Lines Matching refs:vec_sel
228 vsc = vec_sel(vsc, vsc, vuc); in test_core()
229 vsc = vec_sel(vsc, vsc, vbc); in test_core()
230 vuc = vec_sel(vuc, vuc, vuc); in test_core()
231 vuc = vec_sel(vuc, vuc, vbc); in test_core()
232 vbc = vec_sel(vbc, vbc, vuc); in test_core()
233 vbc = vec_sel(vbc, vbc, vbc); in test_core()
234 vss = vec_sel(vss, vss, vus); in test_core()
235 vss = vec_sel(vss, vss, vbs); in test_core()
236 vus = vec_sel(vus, vus, vus); in test_core()
237 vus = vec_sel(vus, vus, vbs); in test_core()
238 vbs = vec_sel(vbs, vbs, vus); in test_core()
239 vbs = vec_sel(vbs, vbs, vbs); in test_core()
240 vsi = vec_sel(vsi, vsi, vui); in test_core()
241 vsi = vec_sel(vsi, vsi, vbi); in test_core()
242 vui = vec_sel(vui, vui, vui); in test_core()
243 vui = vec_sel(vui, vui, vbi); in test_core()
244 vbi = vec_sel(vbi, vbi, vui); in test_core()
245 vbi = vec_sel(vbi, vbi, vbi); in test_core()
246 vsl = vec_sel(vsl, vsl, vul); in test_core()
247 vsl = vec_sel(vsl, vsl, vbl); in test_core()
248 vul = vec_sel(vul, vul, vul); in test_core()
249 vul = vec_sel(vul, vul, vbl); in test_core()
250 vbl = vec_sel(vbl, vbl, vul); in test_core()
251 vbl = vec_sel(vbl, vbl, vbl); in test_core()
252 vd = vec_sel(vd, vd, vul); in test_core()
253 vd = vec_sel(vd, vd, vbl); in test_core()