Lines Matching refs:vec_permi
264 vsl = vec_permi(vsl, vsl, 0); in test_core()
267 vsl = vec_permi(vsl, vsl, 1); in test_core()
270 vsl = vec_permi(vsl, vsl, 2); in test_core()
273 vsl = vec_permi(vsl, vsl, 3); in test_core()
276 vul = vec_permi(vul, vul, 0); in test_core()
279 vul = vec_permi(vul, vul, 1); in test_core()
282 vul = vec_permi(vul, vul, 2); in test_core()
285 vul = vec_permi(vul, vul, 3); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
300 vd = vec_permi(vd, vd, 0); in test_core()
303 vd = vec_permi(vd, vd, 1); in test_core()
306 vd = vec_permi(vd, vd, 2); in test_core()
309 vd = vec_permi(vd, vd, 3); in test_core()