Lines Matching refs:vec_permi
195 vsl = vec_permi(vsl, vsl, 0); in test_core()
197 vsl = vec_permi(vsl, vsl, 1); in test_core()
199 vsl = vec_permi(vsl, vsl, 2); in test_core()
201 vsl = vec_permi(vsl, vsl, 3); in test_core()
203 vul = vec_permi(vul, vul, 0); in test_core()
205 vul = vec_permi(vul, vul, 1); in test_core()
207 vul = vec_permi(vul, vul, 2); in test_core()
209 vul = vec_permi(vul, vul, 3); in test_core()
211 vbl = vec_permi(vbl, vbl, 0); in test_core()
213 vbl = vec_permi(vbl, vbl, 1); in test_core()
215 vbl = vec_permi(vbl, vbl, 2); in test_core()
217 vbl = vec_permi(vbl, vbl, 3); in test_core()
219 vd = vec_permi(vd, vd, 0); in test_core()
221 vd = vec_permi(vd, vd, 1); in test_core()
223 vd = vec_permi(vd, vd, 2); in test_core()
225 vd = vec_permi(vd, vd, 3); in test_core()