Lines Matching refs:vec_gather_element
107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}} in test_core()
110 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}} in test_core()
113 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}} in test_core()
116 vui = vec_gather_element(vui, vui, cptrui, idx); // expected-error {{no matching function}} in test_core()
119 vui = vec_gather_element(vui, vui, cptrui, -1); // expected-error {{no matching function}} in test_core()
122 vui = vec_gather_element(vui, vui, cptrui, 4); // expected-error {{no matching function}} in test_core()
125 vbi = vec_gather_element(vbi, vui, cptrui, idx); // expected-error {{no matching function}} in test_core()
128 vbi = vec_gather_element(vbi, vui, cptrui, -1); // expected-error {{no matching function}} in test_core()
131 vbi = vec_gather_element(vbi, vui, cptrui, 4); // expected-error {{no matching function}} in test_core()
134 vsl = vec_gather_element(vsl, vul, cptrsl, idx); // expected-error {{no matching function}} in test_core()
137 vsl = vec_gather_element(vsl, vul, cptrsl, -1); // expected-error {{no matching function}} in test_core()
140 vsl = vec_gather_element(vsl, vul, cptrsl, 2); // expected-error {{no matching function}} in test_core()
143 vul = vec_gather_element(vul, vul, cptrul, idx); // expected-error {{no matching function}} in test_core()
146 vul = vec_gather_element(vul, vul, cptrul, -1); // expected-error {{no matching function}} in test_core()
149 vul = vec_gather_element(vul, vul, cptrul, 2); // expected-error {{no matching function}} in test_core()
152 vbl = vec_gather_element(vbl, vul, cptrul, idx); // expected-error {{no matching function}} in test_core()
155 vbl = vec_gather_element(vbl, vul, cptrul, -1); // expected-error {{no matching function}} in test_core()
158 vbl = vec_gather_element(vbl, vul, cptrul, 2); // expected-error {{no matching function}} in test_core()
161 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core()
164 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core()
167 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core()