Lines Matching full:expected
61 len = __lcbb(cptr, idx); // expected-error {{no matching function}} in test_core()
62 … // expected-note@vecintrin.h:* {{must be a constant power of 2 from 64 to 4096}} in test_core()
63 len = __lcbb(cptr, 200); // expected-error {{no matching function}} in test_core()
64 … // expected-note@vecintrin.h:* {{must be a constant power of 2 from 64 to 4096}} in test_core()
65 len = __lcbb(cptr, 32); // expected-error {{no matching function}} in test_core()
66 … // expected-note@vecintrin.h:* {{must be a constant power of 2 from 64 to 4096}} in test_core()
67 len = __lcbb(cptr, 8192); // expected-error {{no matching function}} in test_core()
68 … // expected-note@vecintrin.h:* {{must be a constant power of 2 from 64 to 4096}} in test_core()
70 vsl = vec_permi(vsl, vsl, idx); // expected-error {{no matching function}} in test_core()
71 // expected-note@vecintrin.h:* 3 {{candidate function not viable}} in test_core()
72 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
73 vsl = vec_permi(vsl, vsl, -1); // expected-error {{no matching function}} in test_core()
74 // expected-note@vecintrin.h:* 3 {{candidate function not viable}} in test_core()
75 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
76 vsl = vec_permi(vsl, vsl, 4); // expected-error {{no matching function}} in test_core()
77 // expected-note@vecintrin.h:* 3 {{candidate function not viable}} in test_core()
78 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
79 vul = vec_permi(vul, vul, idx); // expected-error {{no matching function}} in test_core()
80 // expected-note@vecintrin.h:* 2 {{candidate function not viable}} in test_core()
81 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
82 vul = vec_permi(vul, vul, -1); // expected-error {{no matching function}} in test_core()
83 // expected-note@vecintrin.h:* 2 {{candidate function not viable}} in test_core()
84 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
85 vul = vec_permi(vul, vul, 4); // expected-error {{no matching function}} in test_core()
86 // expected-note@vecintrin.h:* 2 {{candidate function not viable}} in test_core()
87 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
88 vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} in test_core()
89 // expected-note@vecintrin.h:* 2 {{candidate function not viable}} in test_core()
90 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
91 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}} in test_core()
92 // expected-note@vecintrin.h:* 2 {{candidate function not viable}} in test_core()
93 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
94 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}} in test_core()
95 // expected-note@vecintrin.h:* 2 {{candidate function not viable}} in test_core()
96 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
97 vd = vec_permi(vd, vd, idx); // expected-error {{no matching function}} in test_core()
98 // expected-note@vecintrin.h:* 3 {{candidate function not viable}} in test_core()
99 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
100 vd = vec_permi(vd, vd, -1); // expected-error {{no matching function}} in test_core()
101 // expected-note@vecintrin.h:* 3 {{candidate function not viable}} in test_core()
102 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
103 vd = vec_permi(vd, vd, 4); // expected-error {{no matching function}} in test_core()
104 // expected-note@vecintrin.h:* 3 {{candidate function not viable}} in test_core()
105 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}} in test_core()
108 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
109 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
110 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}} in test_core()
111 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
112 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
113 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}} in test_core()
114 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
115 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
116 vui = vec_gather_element(vui, vui, cptrui, idx); // expected-error {{no matching function}} in test_core()
117 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
118 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
119 vui = vec_gather_element(vui, vui, cptrui, -1); // expected-error {{no matching function}} in test_core()
120 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
121 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
122 vui = vec_gather_element(vui, vui, cptrui, 4); // expected-error {{no matching function}} in test_core()
123 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
124 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
125 vbi = vec_gather_element(vbi, vui, cptrui, idx); // expected-error {{no matching function}} in test_core()
126 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
127 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
128 vbi = vec_gather_element(vbi, vui, cptrui, -1); // expected-error {{no matching function}} in test_core()
129 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
130 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
131 vbi = vec_gather_element(vbi, vui, cptrui, 4); // expected-error {{no matching function}} in test_core()
132 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
133 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
134 vsl = vec_gather_element(vsl, vul, cptrsl, idx); // expected-error {{no matching function}} in test_core()
135 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
136 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
137 vsl = vec_gather_element(vsl, vul, cptrsl, -1); // expected-error {{no matching function}} in test_core()
138 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
139 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
140 vsl = vec_gather_element(vsl, vul, cptrsl, 2); // expected-error {{no matching function}} in test_core()
141 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
142 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
143 vul = vec_gather_element(vul, vul, cptrul, idx); // expected-error {{no matching function}} in test_core()
144 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
145 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
146 vul = vec_gather_element(vul, vul, cptrul, -1); // expected-error {{no matching function}} in test_core()
147 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
148 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
149 vul = vec_gather_element(vul, vul, cptrul, 2); // expected-error {{no matching function}} in test_core()
150 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
151 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
152 vbl = vec_gather_element(vbl, vul, cptrul, idx); // expected-error {{no matching function}} in test_core()
153 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
154 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
155 vbl = vec_gather_element(vbl, vul, cptrul, -1); // expected-error {{no matching function}} in test_core()
156 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
157 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
158 vbl = vec_gather_element(vbl, vul, cptrul, 2); // expected-error {{no matching function}} in test_core()
159 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
160 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
161 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core()
162 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
163 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
164 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core()
165 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
166 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
167 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core()
168 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
169 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
171 vec_scatter_element(vsi, vui, ptrsi, idx); // expected-error {{no matching function}} in test_core()
172 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
173 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
174 vec_scatter_element(vsi, vui, ptrsi, -1); // expected-error {{no matching function}} in test_core()
175 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
176 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
177 vec_scatter_element(vsi, vui, ptrsi, 4); // expected-error {{no matching function}} in test_core()
178 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
179 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
180 vec_scatter_element(vui, vui, ptrui, idx); // expected-error {{no matching function}} in test_core()
181 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
182 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
183 vec_scatter_element(vui, vui, ptrui, -1); // expected-error {{no matching function}} in test_core()
184 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
185 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
186 vec_scatter_element(vui, vui, ptrui, 4); // expected-error {{no matching function}} in test_core()
187 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
188 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
189 vec_scatter_element(vbi, vui, ptrui, idx); // expected-error {{no matching function}} in test_core()
190 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
191 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
192 vec_scatter_element(vbi, vui, ptrui, -1); // expected-error {{no matching function}} in test_core()
193 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
194 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
195 vec_scatter_element(vbi, vui, ptrui, 4); // expected-error {{no matching function}} in test_core()
196 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
197 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
198 vec_scatter_element(vsl, vul, ptrsl, idx); // expected-error {{no matching function}} in test_core()
199 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
200 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
201 vec_scatter_element(vsl, vul, ptrsl, -1); // expected-error {{no matching function}} in test_core()
202 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
203 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
204 vec_scatter_element(vsl, vul, ptrsl, 2); // expected-error {{no matching function}} in test_core()
205 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
206 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
207 vec_scatter_element(vul, vul, ptrul, idx); // expected-error {{no matching function}} in test_core()
208 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
209 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
210 vec_scatter_element(vul, vul, ptrul, -1); // expected-error {{no matching function}} in test_core()
211 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
212 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
213 vec_scatter_element(vul, vul, ptrul, 2); // expected-error {{no matching function}} in test_core()
214 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
215 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
216 vec_scatter_element(vbl, vul, ptrul, idx); // expected-error {{no matching function}} in test_core()
217 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
218 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
219 vec_scatter_element(vbl, vul, ptrul, -1); // expected-error {{no matching function}} in test_core()
220 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
221 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
222 vec_scatter_element(vbl, vul, ptrul, 2); // expected-error {{no matching function}} in test_core()
223 … // expected-note@vecintrin.h:* 5 {{candidate function not viable}} in test_core()
224 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
225 vec_scatter_element(vd, vul, ptrd, idx); // expected-error {{no matching function}} in test_core()
226 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
227 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
228 vec_scatter_element(vd, vul, ptrd, -1); // expected-error {{no matching function}} in test_core()
229 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
230 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
231 vec_scatter_element(vd, vul, ptrd, 2); // expected-error {{no matching function}} in test_core()
232 … // expected-note@vecintrin.h:* 6 {{candidate function not viable}} in test_core()
233 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
235 vsc = vec_load_bndry(cptrsc, idx); // expected-error {{no matching function}} in test_core()
236 … // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_core()
237 … // expected-note@vecintrin.h:* 1 {{must be a constant power of 2 from 64 to 4096}} in test_core()
238 vsc = vec_load_bndry(cptrsc, 200); // expected-error {{no matching function}} in test_core()
239 … // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_core()
240 … // expected-note@vecintrin.h:* 1 {{must be a constant power of 2 from 64 to 4096}} in test_core()
241 vsc = vec_load_bndry(cptrsc, 32); // expected-error {{no matching function}} in test_core()
242 … // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_core()
243 … // expected-note@vecintrin.h:* 1 {{must be a constant power of 2 from 64 to 4096}} in test_core()
244 vsc = vec_load_bndry(cptrsc, 8192); // expected-error {{no matching function}} in test_core()
245 … // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_core()
246 … // expected-note@vecintrin.h:* 1 {{must be a constant power of 2 from 64 to 4096}} in test_core()
247 vuc = vec_load_bndry(cptruc, idx); // expected-error {{no matching function}} in test_core()
248 … // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_core()
249 … // expected-note@vecintrin.h:* 1 {{must be a constant power of 2 from 64 to 4096}} in test_core()
250 vss = vec_load_bndry(cptrss, idx); // expected-error {{no matching function}} in test_core()
251 … // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_core()
252 … // expected-note@vecintrin.h:* 1 {{must be a constant power of 2 from 64 to 4096}} in test_core()
253 vus = vec_load_bndry(cptrus, idx); // expected-error {{no matching function}} in test_core()
254 … // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_core()
255 … // expected-note@vecintrin.h:* 1 {{must be a constant power of 2 from 64 to 4096}} in test_core()
256 vsi = vec_load_bndry(cptrsi, idx); // expected-error {{no matching function}} in test_core()
257 … // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_core()
258 … // expected-note@vecintrin.h:* 1 {{must be a constant power of 2 from 64 to 4096}} in test_core()
259 vui = vec_load_bndry(cptrui, idx); // expected-error {{no matching function}} in test_core()
260 … // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_core()
261 … // expected-note@vecintrin.h:* 1 {{must be a constant power of 2 from 64 to 4096}} in test_core()
262 vsl = vec_load_bndry(cptrsl, idx); // expected-error {{no matching function}} in test_core()
263 … // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_core()
264 … // expected-note@vecintrin.h:* 1 {{must be a constant power of 2 from 64 to 4096}} in test_core()
265 vul = vec_load_bndry(cptrul, idx); // expected-error {{no matching function}} in test_core()
266 … // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_core()
267 … // expected-note@vecintrin.h:* 1 {{must be a constant power of 2 from 64 to 4096}} in test_core()
269 vuc = vec_genmask(idx); // expected-error {{no matching function}} in test_core()
270 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
272 vuc = vec_genmasks_8(0, idx); // expected-error {{no matching function}} in test_core()
273 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
274 vuc = vec_genmasks_8(idx, 0); // expected-error {{no matching function}} in test_core()
275 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
276 vuc = vec_genmasks_8(idx, idx); // expected-error {{no matching function}} in test_core()
277 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
278 vus = vec_genmasks_16(0, idx); // expected-error {{no matching function}} in test_core()
279 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
280 vus = vec_genmasks_16(idx, 0); // expected-error {{no matching function}} in test_core()
281 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
282 vus = vec_genmasks_16(idx, idx); // expected-error {{no matching function}} in test_core()
283 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
284 vui = vec_genmasks_32(0, idx); // expected-error {{no matching function}} in test_core()
285 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
286 vui = vec_genmasks_32(idx, 0); // expected-error {{no matching function}} in test_core()
287 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
288 vui = vec_genmasks_32(idx, idx); // expected-error {{no matching function}} in test_core()
289 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
290 vul = vec_genmasks_64(0, idx); // expected-error {{no matching function}} in test_core()
291 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
292 vul = vec_genmasks_64(idx, 0); // expected-error {{no matching function}} in test_core()
293 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
294 vul = vec_genmasks_64(idx, idx); // expected-error {{no matching function}} in test_core()
295 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
297 vsc = vec_splat(vsc, idx); // expected-error {{no matching function}} in test_core()
298 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
299 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_core()
300 vsc = vec_splat(vsc, -1); // expected-error {{no matching function}} in test_core()
301 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
302 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_core()
303 vsc = vec_splat(vsc, 16); // expected-error {{no matching function}} in test_core()
304 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
305 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_core()
306 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}} in test_core()
307 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
308 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 15}} in test_core()
309 vuc = vec_splat(vuc, -1); // expected-error {{no matching function}} in test_core()
310 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
311 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 15}} in test_core()
312 vuc = vec_splat(vuc, 16); // expected-error {{no matching function}} in test_core()
313 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
314 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 15}} in test_core()
315 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} in test_core()
316 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
317 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 15}} in test_core()
318 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}} in test_core()
319 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
320 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 15}} in test_core()
321 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}} in test_core()
322 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
323 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 15}} in test_core()
324 vss = vec_splat(vss, idx); // expected-error {{no matching function}} in test_core()
325 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
326 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 7}} in test_core()
327 vss = vec_splat(vss, -1); // expected-error {{no matching function}} in test_core()
328 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
329 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 7}} in test_core()
330 vss = vec_splat(vss, 8); // expected-error {{no matching function}} in test_core()
331 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
332 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 7}} in test_core()
333 vus = vec_splat(vus, idx); // expected-error {{no matching function}} in test_core()
334 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
335 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 7}} in test_core()
336 vus = vec_splat(vus, -1); // expected-error {{no matching function}} in test_core()
337 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
338 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 7}} in test_core()
339 vus = vec_splat(vus, 8); // expected-error {{no matching function}} in test_core()
340 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
341 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 7}} in test_core()
342 vbs = vec_splat(vbs, idx); // expected-error {{no matching function}} in test_core()
343 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
344 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 7}} in test_core()
345 vbs = vec_splat(vbs, -1); // expected-error {{no matching function}} in test_core()
346 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
347 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 7}} in test_core()
348 vbs = vec_splat(vbs, 8); // expected-error {{no matching function}} in test_core()
349 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
350 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 7}} in test_core()
351 vsi = vec_splat(vsi, idx); // expected-error {{no matching function}} in test_core()
352 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
353 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
354 vsi = vec_splat(vsi, -1); // expected-error {{no matching function}} in test_core()
355 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
356 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
357 vsi = vec_splat(vsi, 4); // expected-error {{no matching function}} in test_core()
358 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
359 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
360 vui = vec_splat(vui, idx); // expected-error {{no matching function}} in test_core()
361 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
362 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
363 vui = vec_splat(vui, -1); // expected-error {{no matching function}} in test_core()
364 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
365 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
366 vui = vec_splat(vui, 4); // expected-error {{no matching function}} in test_core()
367 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
368 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
369 vbi = vec_splat(vbi, idx); // expected-error {{no matching function}} in test_core()
370 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
371 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
372 vbi = vec_splat(vbi, -1); // expected-error {{no matching function}} in test_core()
373 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
374 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
375 vbi = vec_splat(vbi, 4); // expected-error {{no matching function}} in test_core()
376 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
377 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
378 vsl = vec_splat(vsl, idx); // expected-error {{no matching function}} in test_core()
379 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
380 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
381 vsl = vec_splat(vsl, -1); // expected-error {{no matching function}} in test_core()
382 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
383 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
384 vsl = vec_splat(vsl, 2); // expected-error {{no matching function}} in test_core()
385 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
386 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
387 vul = vec_splat(vul, idx); // expected-error {{no matching function}} in test_core()
388 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
389 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
390 vul = vec_splat(vul, -1); // expected-error {{no matching function}} in test_core()
391 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
392 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
393 vul = vec_splat(vul, 2); // expected-error {{no matching function}} in test_core()
394 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
395 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
396 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}} in test_core()
397 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
398 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
399 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}} in test_core()
400 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
401 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
402 vbl = vec_splat(vbl, 2); // expected-error {{no matching function}} in test_core()
403 // expected-note@vecintrin.h:* 11 {{candidate function not viable}} in test_core()
404 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 1}} in test_core()
405 vd = vec_splat(vd, idx); // expected-error {{no matching function}} in test_core()
406 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
407 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
408 vd = vec_splat(vd, -1); // expected-error {{no matching function}} in test_core()
409 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
410 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
411 vd = vec_splat(vd, 2); // expected-error {{no matching function}} in test_core()
412 // expected-note@vecintrin.h:* 12 {{candidate function not viable}} in test_core()
413 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 1}} in test_core()
415 vsc = vec_splat_s8(idx); // expected-error {{no matching function}} in test_core()
416 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
417 vuc = vec_splat_u8(idx); // expected-error {{no matching function}} in test_core()
418 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
419 vss = vec_splat_s16(idx); // expected-error {{no matching function}} in test_core()
420 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
421 vus = vec_splat_u16(idx); // expected-error {{no matching function}} in test_core()
422 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
423 vsi = vec_splat_s32(idx); // expected-error {{no matching function}} in test_core()
424 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
425 vui = vec_splat_u32(idx); // expected-error {{no matching function}} in test_core()
426 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
427 vsl = vec_splat_s64(idx); // expected-error {{no matching function}} in test_core()
428 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
429 vul = vec_splat_u64(idx); // expected-error {{no matching function}} in test_core()
430 // expected-note@vecintrin.h:* {{must be a constant integer}} in test_core()
434 vsc = vec_rl_mask(vsc, vuc, idx); // expected-error {{no matching function}} in test_integer()
435 … // expected-note@vecintrin.h:* 7 {{candidate function not viable}} in test_integer()
436 // expected-note@vecintrin.h:* 1 {{must be a constant integer}} in test_integer()
437 vuc = vec_rl_mask(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer()
438 … // expected-note@vecintrin.h:* 7 {{candidate function not viable}} in test_integer()
439 // expected-note@vecintrin.h:* 1 {{must be a constant integer}} in test_integer()
440 vss = vec_rl_mask(vss, vus, idx); // expected-error {{no matching function}} in test_integer()
441 … // expected-note@vecintrin.h:* 7 {{candidate function not viable}} in test_integer()
442 // expected-note@vecintrin.h:* 1 {{must be a constant integer}} in test_integer()
443 vus = vec_rl_mask(vus, vus, idx); // expected-error {{no matching function}} in test_integer()
444 … // expected-note@vecintrin.h:* 7 {{candidate function not viable}} in test_integer()
445 // expected-note@vecintrin.h:* 1 {{must be a constant integer}} in test_integer()
446 vsi = vec_rl_mask(vsi, vui, idx); // expected-error {{no matching function}} in test_integer()
447 … // expected-note@vecintrin.h:* 7 {{candidate function not viable}} in test_integer()
448 // expected-note@vecintrin.h:* 1 {{must be a constant integer}} in test_integer()
449 vui = vec_rl_mask(vui, vui, idx); // expected-error {{no matching function}} in test_integer()
450 … // expected-note@vecintrin.h:* 7 {{candidate function not viable}} in test_integer()
451 // expected-note@vecintrin.h:* 1 {{must be a constant integer}} in test_integer()
452 vsl = vec_rl_mask(vsl, vul, idx); // expected-error {{no matching function}} in test_integer()
453 … // expected-note@vecintrin.h:* 7 {{candidate function not viable}} in test_integer()
454 // expected-note@vecintrin.h:* 1 {{must be a constant integer}} in test_integer()
455 vul = vec_rl_mask(vul, vul, idx); // expected-error {{no matching function}} in test_integer()
456 … // expected-note@vecintrin.h:* 7 {{candidate function not viable}} in test_integer()
457 // expected-note@vecintrin.h:* 1 {{must be a constant integer}} in test_integer()
459 vsc = vec_sld(vsc, vsc, idx); // expected-error {{no matching function}} in test_integer()
460 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
461 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
462 vsc = vec_sld(vsc, vsc, -1); // expected-error {{no matching function}} in test_integer()
463 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
464 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
465 vsc = vec_sld(vsc, vsc, 16); // expected-error {{no matching function}} in test_integer()
466 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
467 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
468 vuc = vec_sld(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer()
469 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
470 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
471 vuc = vec_sld(vuc, vuc, -1); // expected-error {{no matching function}} in test_integer()
472 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
473 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
474 vuc = vec_sld(vuc, vuc, 16); // expected-error {{no matching function}} in test_integer()
475 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
476 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
477 vss = vec_sld(vss, vss, idx); // expected-error {{no matching function}} in test_integer()
478 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
479 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
480 vus = vec_sld(vus, vus, idx); // expected-error {{no matching function}} in test_integer()
481 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
482 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
483 vsi = vec_sld(vsi, vsi, idx); // expected-error {{no matching function}} in test_integer()
484 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
485 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
486 vui = vec_sld(vui, vui, idx); // expected-error {{no matching function}} in test_integer()
487 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
488 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
489 vsl = vec_sld(vsl, vsl, idx); // expected-error {{no matching function}} in test_integer()
490 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
491 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
492 vul = vec_sld(vul, vul, idx); // expected-error {{no matching function}} in test_integer()
493 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
494 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
495 vd = vec_sld(vd, vd, idx); // expected-error {{no matching function}} in test_integer()
496 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
497 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 15}} in test_integer()
499 vsc = vec_sldw(vsc, vsc, idx); // expected-error {{no matching function}} in test_integer()
500 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
501 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
502 vsc = vec_sldw(vsc, vsc, -1); // expected-error {{no matching function}} in test_integer()
503 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
504 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
505 vsc = vec_sldw(vsc, vsc, 4); // expected-error {{no matching function}} in test_integer()
506 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
507 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
508 vuc = vec_sldw(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer()
509 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
510 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
511 vuc = vec_sldw(vuc, vuc, -1); // expected-error {{no matching function}} in test_integer()
512 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
513 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
514 vuc = vec_sldw(vuc, vuc, 4); // expected-error {{no matching function}} in test_integer()
515 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
516 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
517 vss = vec_sldw(vss, vss, idx); // expected-error {{no matching function}} in test_integer()
518 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
519 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
520 vus = vec_sldw(vus, vus, idx); // expected-error {{no matching function}} in test_integer()
521 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
522 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
523 vsi = vec_sldw(vsi, vsi, idx); // expected-error {{no matching function}} in test_integer()
524 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
525 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
526 vui = vec_sldw(vui, vui, idx); // expected-error {{no matching function}} in test_integer()
527 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
528 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
529 vsl = vec_sldw(vsl, vsl, idx); // expected-error {{no matching function}} in test_integer()
530 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
531 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
532 vul = vec_sldw(vul, vul, idx); // expected-error {{no matching function}} in test_integer()
533 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
534 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
535 vd = vec_sldw(vd, vd, idx); // expected-error {{no matching function}} in test_integer()
536 // expected-note@vecintrin.h:* 8 {{candidate function not viable}} in test_integer()
537 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_integer()
541 vd = vec_ctd(vsl, idx); // expected-error {{no matching function}} in test_float()
542 // expected-note@vecintrin.h:* 1 {{candidate function not viable}} in test_float()
543 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
544 vd = vec_ctd(vsl, -1); // expected-error {{no matching function}} in test_float()
545 // expected-note@vecintrin.h:* 1 {{candidate function not viable}} in test_float()
546 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
547 vd = vec_ctd(vsl, 32); // expected-error {{no matching function}} in test_float()
548 // expected-note@vecintrin.h:* 1 {{candidate function not viable}} in test_float()
549 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
550 vd = vec_ctd(vul, idx); // expected-error {{no matching function}} in test_float()
551 // expected-note@vecintrin.h:* 1 {{candidate function not viable}} in test_float()
552 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
553 vd = vec_ctd(vul, -1); // expected-error {{no matching function}} in test_float()
554 // expected-note@vecintrin.h:* 1 {{candidate function not viable}} in test_float()
555 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
556 vd = vec_ctd(vul, 32); // expected-error {{no matching function}} in test_float()
557 // expected-note@vecintrin.h:* 1 {{candidate function not viable}} in test_float()
558 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
560 vsl = vec_ctsl(vd, idx); // expected-error {{no matching function}} in test_float()
561 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
562 vsl = vec_ctsl(vd, -1); // expected-error {{no matching function}} in test_float()
563 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
564 vsl = vec_ctsl(vd, 32); // expected-error {{no matching function}} in test_float()
565 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
566 vul = vec_ctul(vd, idx); // expected-error {{no matching function}} in test_float()
567 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
568 vul = vec_ctul(vd, -1); // expected-error {{no matching function}} in test_float()
569 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
570 vul = vec_ctul(vd, 32); // expected-error {{no matching function}} in test_float()
571 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 31}} in test_float()
573 vbl = vec_fp_test_data_class(vd, idx, &cc); // expected-error {{must be a constant integer}} in test_float()
574 …vbl = vec_fp_test_data_class(vd, -1, &cc); // expected-error {{should be a value from 0 to 4095}} in test_float()
575 …vbl = vec_fp_test_data_class(vd, 4096, &cc); // expected-error {{should be a value from 0 to 4095}} in test_float()