Lines Matching refs:vec_permi
70 vsl = vec_permi(vsl, vsl, idx); // expected-error {{no matching function}} in test_core()
73 vsl = vec_permi(vsl, vsl, -1); // expected-error {{no matching function}} in test_core()
76 vsl = vec_permi(vsl, vsl, 4); // expected-error {{no matching function}} in test_core()
79 vul = vec_permi(vul, vul, idx); // expected-error {{no matching function}} in test_core()
82 vul = vec_permi(vul, vul, -1); // expected-error {{no matching function}} in test_core()
85 vul = vec_permi(vul, vul, 4); // expected-error {{no matching function}} in test_core()
88 vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} in test_core()
91 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}} in test_core()
94 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}} in test_core()
97 vd = vec_permi(vd, vd, idx); // expected-error {{no matching function}} in test_core()
100 vd = vec_permi(vd, vd, -1); // expected-error {{no matching function}} in test_core()
103 vd = vec_permi(vd, vd, 4); // expected-error {{no matching function}} in test_core()