Lines Matching full:function
65 len = __lcbb(cptr, idx); // expected-error {{no matching function}}
67 len = __lcbb(cptr, 200); // expected-error {{no matching function}}
69 len = __lcbb(cptr, 32); // expected-error {{no matching function}}
71 len = __lcbb(cptr, 8192); // expected-error {{no matching function}}
74 vsl = vec_permi(vsl, vsl, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vpdi' must be a constant integer}}
75 // expected-note@vecintrin.h:* 3 {{candidate function not viable}}
77 vsl = vec_permi(vsl, vsl, -1); // expected-error {{no matching function}}
78 // expected-note@vecintrin.h:* 3 {{candidate function not viable}}
80 vsl = vec_permi(vsl, vsl, 4); // expected-error {{no matching function}}
81 // expected-note@vecintrin.h:* 3 {{candidate function not viable}}
83 vul = vec_permi(vul, vul, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vpdi' must be a constant integer}}
84 // expected-note@vecintrin.h:* 2 {{candidate function not viable}}
86 vul = vec_permi(vul, vul, -1); // expected-error {{no matching function}}
87 // expected-note@vecintrin.h:* 2 {{candidate function not viable}}
89 vul = vec_permi(vul, vul, 4); // expected-error {{no matching function}}
90 // expected-note@vecintrin.h:* 2 {{candidate function not viable}}
92 vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vpdi' must be a constant integer}}
93 // expected-note@vecintrin.h:* 2 {{candidate function not viable}}
95 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}}
96 // expected-note@vecintrin.h:* 2 {{candidate function not viable}}
98 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}}
99 // expected-note@vecintrin.h:* 2 {{candidate function not viable}}
101 vd = vec_permi(vd, vd, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vpdi' must be a constant integer}}
102 // expected-note@vecintrin.h:* 3 {{candidate function not viable}}
104 vd = vec_permi(vd, vd, -1); // expected-error {{no matching function}}
105 // expected-note@vecintrin.h:* 3 {{candidate function not viable}}
107 vd = vec_permi(vd, vd, 4); // expected-error {{no matching function}}
108 // expected-note@vecintrin.h:* 3 {{candidate function not viable}}
111 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}}
112 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
114 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}}
115 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
117 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}}
118 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
120 vui = vec_gather_element(vui, vui, cptrui, idx); // expected-error {{no matching function}}
121 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
123 vui = vec_gather_element(vui, vui, cptrui, -1); // expected-error {{no matching function}}
124 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
126 vui = vec_gather_element(vui, vui, cptrui, 4); // expected-error {{no matching function}}
127 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
129 vbi = vec_gather_element(vbi, vui, cptrui, idx); // expected-error {{no matching function}}
130 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
132 vbi = vec_gather_element(vbi, vui, cptrui, -1); // expected-error {{no matching function}}
133 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
135 vbi = vec_gather_element(vbi, vui, cptrui, 4); // expected-error {{no matching function}}
136 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
138 vsl = vec_gather_element(vsl, vul, cptrsl, idx); // expected-error {{no matching function}}
139 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
141 vsl = vec_gather_element(vsl, vul, cptrsl, -1); // expected-error {{no matching function}}
142 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
144 vsl = vec_gather_element(vsl, vul, cptrsl, 2); // expected-error {{no matching function}}
145 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
147 vul = vec_gather_element(vul, vul, cptrul, idx); // expected-error {{no matching function}}
148 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
150 vul = vec_gather_element(vul, vul, cptrul, -1); // expected-error {{no matching function}}
151 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
153 vul = vec_gather_element(vul, vul, cptrul, 2); // expected-error {{no matching function}}
154 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
156 vbl = vec_gather_element(vbl, vul, cptrul, idx); // expected-error {{no matching function}}
157 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
159 vbl = vec_gather_element(vbl, vul, cptrul, -1); // expected-error {{no matching function}}
160 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
162 vbl = vec_gather_element(vbl, vul, cptrul, 2); // expected-error {{no matching function}}
163 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
165 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}}
166 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
168 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}}
169 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
171 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}}
172 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
175 vec_scatter_element(vsi, vui, ptrsi, idx); // expected-error {{no matching function}}
176 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
178 vec_scatter_element(vsi, vui, ptrsi, -1); // expected-error {{no matching function}}
179 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
181 vec_scatter_element(vsi, vui, ptrsi, 4); // expected-error {{no matching function}}
182 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
184 vec_scatter_element(vui, vui, ptrui, idx); // expected-error {{no matching function}}
185 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
187 vec_scatter_element(vui, vui, ptrui, -1); // expected-error {{no matching function}}
188 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
190 vec_scatter_element(vui, vui, ptrui, 4); // expected-error {{no matching function}}
191 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
193 vec_scatter_element(vbi, vui, ptrui, idx); // expected-error {{no matching function}}
194 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
196 vec_scatter_element(vbi, vui, ptrui, -1); // expected-error {{no matching function}}
197 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
199 vec_scatter_element(vbi, vui, ptrui, 4); // expected-error {{no matching function}}
200 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
202 vec_scatter_element(vsl, vul, ptrsl, idx); // expected-error {{no matching function}}
203 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
205 vec_scatter_element(vsl, vul, ptrsl, -1); // expected-error {{no matching function}}
206 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
208 vec_scatter_element(vsl, vul, ptrsl, 2); // expected-error {{no matching function}}
209 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
211 vec_scatter_element(vul, vul, ptrul, idx); // expected-error {{no matching function}}
212 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
214 vec_scatter_element(vul, vul, ptrul, -1); // expected-error {{no matching function}}
215 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
217 vec_scatter_element(vul, vul, ptrul, 2); // expected-error {{no matching function}}
218 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
220 vec_scatter_element(vbl, vul, ptrul, idx); // expected-error {{no matching function}}
221 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
223 vec_scatter_element(vbl, vul, ptrul, -1); // expected-error {{no matching function}}
224 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
226 vec_scatter_element(vbl, vul, ptrul, 2); // expected-error {{no matching function}}
227 // expected-note@vecintrin.h:* 5 {{candidate function not viable}}
229 vec_scatter_element(vd, vul, ptrd, idx); // expected-error {{no matching function}}
230 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
232 vec_scatter_element(vd, vul, ptrd, -1); // expected-error {{no matching function}}
233 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
235 vec_scatter_element(vd, vul, ptrd, 2); // expected-error {{no matching function}}
236 // expected-note@vecintrin.h:* 6 {{candidate function not viable}}
239 vsc = vec_load_bndry(cptrsc, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vlbb' must be a constant integer}}
241 vsc = vec_load_bndry(cptrsc, 200); // expected-error {{no matching function}} expected-error {{argument value -1 is outside the valid range [0, 15]}}
243 vsc = vec_load_bndry(cptrsc, 32); // expected-error {{no matching function}} expected-error {{argument value -1 is outside the valid range [0, 15]}}
245 vsc = vec_load_bndry(cptrsc, 8192); // expected-error {{no matching function}} expected-error {{argument value -1 is outside the valid range [0, 15]}}
247 vuc = vec_load_bndry(cptruc, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vlbb' must be a constant integer}}
249 vss = vec_load_bndry(cptrss, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vlbb' must be a constant integer}}
251 vus = vec_load_bndry(cptrus, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vlbb' must be a constant integer}}
253 vsi = vec_load_bndry(cptrsi, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vlbb' must be a constant integer}}
255 vui = vec_load_bndry(cptrui, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vlbb' must be a constant integer}}
257 vsl = vec_load_bndry(cptrsl, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vlbb' must be a constant integer}}
259 vul = vec_load_bndry(cptrul, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vlbb' must be a constant integer}}
261 vslll = vec_load_bndry(cptrslll, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vlbb' must be a constant integer}}
263 vulll = vec_load_bndry(cptrulll, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vlbb' must be a constant integer}}
266 vuc = vec_genmask(idx); // expected-error {{no matching function}}
269 vuc = vec_genmasks_8(0, idx); // expected-error {{no matching function}}
271 vuc = vec_genmasks_8(idx, 0); // expected-error {{no matching function}}
273 vuc = vec_genmasks_8(idx, idx); // expected-error {{no matching function}}
275 vus = vec_genmasks_16(0, idx); // expected-error {{no matching function}}
277 vus = vec_genmasks_16(idx, 0); // expected-error {{no matching function}}
279 vus = vec_genmasks_16(idx, idx); // expected-error {{no matching function}}
281 vui = vec_genmasks_32(0, idx); // expected-error {{no matching function}}
283 vui = vec_genmasks_32(idx, 0); // expected-error {{no matching function}}
285 vui = vec_genmasks_32(idx, idx); // expected-error {{no matching function}}
287 vul = vec_genmasks_64(0, idx); // expected-error {{no matching function}}
289 vul = vec_genmasks_64(idx, 0); // expected-error {{no matching function}}
291 vul = vec_genmasks_64(idx, idx); // expected-error {{no matching function}}
294 vsc = vec_splat(vsc, idx); // expected-error {{no matching function}}
295 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
297 vsc = vec_splat(vsc, -1); // expected-error {{no matching function}}
298 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
300 vsc = vec_splat(vsc, 16); // expected-error {{no matching function}}
301 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
303 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}}
304 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
306 vuc = vec_splat(vuc, -1); // expected-error {{no matching function}}
307 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
309 vuc = vec_splat(vuc, 16); // expected-error {{no matching function}}
310 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
312 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}}
313 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
315 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}}
316 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
318 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}}
319 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
321 vss = vec_splat(vss, idx); // expected-error {{no matching function}}
322 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
324 vss = vec_splat(vss, -1); // expected-error {{no matching function}}
325 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
327 vss = vec_splat(vss, 8); // expected-error {{no matching function}}
328 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
330 vus = vec_splat(vus, idx); // expected-error {{no matching function}}
331 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
333 vus = vec_splat(vus, -1); // expected-error {{no matching function}}
334 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
336 vus = vec_splat(vus, 8); // expected-error {{no matching function}}
337 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
339 vbs = vec_splat(vbs, idx); // expected-error {{no matching function}}
340 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
342 vbs = vec_splat(vbs, -1); // expected-error {{no matching function}}
343 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
345 vbs = vec_splat(vbs, 8); // expected-error {{no matching function}}
346 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
348 vsi = vec_splat(vsi, idx); // expected-error {{no matching function}}
349 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
351 vsi = vec_splat(vsi, -1); // expected-error {{no matching function}}
352 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
354 vsi = vec_splat(vsi, 4); // expected-error {{no matching function}}
355 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
357 vui = vec_splat(vui, idx); // expected-error {{no matching function}}
358 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
360 vui = vec_splat(vui, -1); // expected-error {{no matching function}}
361 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
363 vui = vec_splat(vui, 4); // expected-error {{no matching function}}
364 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
366 vbi = vec_splat(vbi, idx); // expected-error {{no matching function}}
367 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
369 vbi = vec_splat(vbi, -1); // expected-error {{no matching function}}
370 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
372 vbi = vec_splat(vbi, 4); // expected-error {{no matching function}}
373 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
375 vsl = vec_splat(vsl, idx); // expected-error {{no matching function}}
376 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
378 vsl = vec_splat(vsl, -1); // expected-error {{no matching function}}
379 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
381 vsl = vec_splat(vsl, 2); // expected-error {{no matching function}}
382 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
384 vul = vec_splat(vul, idx); // expected-error {{no matching function}}
385 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
387 vul = vec_splat(vul, -1); // expected-error {{no matching function}}
388 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
390 vul = vec_splat(vul, 2); // expected-error {{no matching function}}
391 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
393 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}}
394 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
396 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}}
397 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
399 vbl = vec_splat(vbl, 2); // expected-error {{no matching function}}
400 // expected-note@vecintrin.h:* 11 {{candidate function not viable}}
402 vd = vec_splat(vd, idx); // expected-error {{no matching function}}
403 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
405 vd = vec_splat(vd, -1); // expected-error {{no matching function}}
406 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
408 vd = vec_splat(vd, 2); // expected-error {{no matching function}}
409 // expected-note@vecintrin.h:* 12 {{candidate function not viable}}
412 vsc = vec_splat_s8(idx); // expected-error {{no matching function}}
414 vuc = vec_splat_u8(idx); // expected-error {{no matching function}}
416 vss = vec_splat_s16(idx); // expected-error {{no matching function}}
418 vus = vec_splat_u16(idx); // expected-error {{no matching function}}
420 vsi = vec_splat_s32(idx); // expected-error {{no matching function}}
422 vui = vec_splat_u32(idx); // expected-error {{no matching function}}
424 vsl = vec_splat_s64(idx); // expected-error {{no matching function}}
426 vul = vec_splat_u64(idx); // expected-error {{no matching function}}
431 vsc = vec_rl_mask(vsc, vuc, idx); // expected-error {{no matching function}} \
436 // expected-note@vecintrin.h:* 7 {{candidate function not viable}}
438 vuc = vec_rl_mask(vuc, vuc, idx); // expected-error {{no matching function}} \
443 // expected-note@vecintrin.h:* 7 {{candidate function not viable}}
445 vss = vec_rl_mask(vss, vus, idx); // expected-error {{no matching function}} \
450 // expected-note@vecintrin.h:* 7 {{candidate function not viable}}
452 vus = vec_rl_mask(vus, vus, idx); // expected-error {{no matching function}} \
457 // expected-note@vecintrin.h:* 7 {{candidate function not viable}}
459 vsi = vec_rl_mask(vsi, vui, idx); // expected-error {{no matching function}} \
464 // expected-note@vecintrin.h:* 7 {{candidate function not viable}}
466 vui = vec_rl_mask(vui, vui, idx); // expected-error {{no matching function}} \
471 // expected-note@vecintrin.h:* 7 {{candidate function not viable}}
473 vsl = vec_rl_mask(vsl, vul, idx); // expected-error {{no matching function}} \
478 // expected-note@vecintrin.h:* 7 {{candidate function not viable}}
480 vul = vec_rl_mask(vul, vul, idx); // expected-error {{no matching function}} \
485 // expected-note@vecintrin.h:* 7 {{candidate function not viable}}
488 vsc = vec_sld(vsc, vsc, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
489 // expected-note@vecintrin.h:* 14 {{candidate function not viable}}
491 vsc = vec_sld(vsc, vsc, -1); // expected-error {{no matching function}} expected-error {{argument value -1 is outside the valid range [0, 15]}}
492 // expected-note@vecintrin.h:* 14 {{candidate function not viable}}
494 vsc = vec_sld(vsc, vsc, 16); // expected-error {{no matching function}} expected-error {{argument value 16 is outside the valid range [0, 15]}}
495 // expected-note@vecintrin.h:* 14 {{candidate function not viable}}
497 vuc = vec_sld(vuc, vuc, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
498 // expected-note@vecintrin.h:* 13 {{candidate function not viable}}
500 vuc = vec_sld(vuc, vuc, -1); // expected-error {{no matching function}} expected-error {{argument value -1 is outside the valid range [0, 15]}}
501 // expected-note@vecintrin.h:* 13 {{candidate function not viable}}
503 vuc = vec_sld(vuc, vuc, 16); // expected-error {{no matching function}} expected-error {{argument value 16 is outside the valid range [0, 15]}}
504 // expected-note@vecintrin.h:* 13 {{candidate function not viable}}
506 vss = vec_sld(vss, vss, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
507 // expected-note@vecintrin.h:* 14 {{candidate function not viable}}
509 vus = vec_sld(vus, vus, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
510 // expected-note@vecintrin.h:* 13 {{candidate function not viable}}
512 vsi = vec_sld(vsi, vsi, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
513 // expected-note@vecintrin.h:* 14 {{candidate function not viable}}
515 vui = vec_sld(vui, vui, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
516 // expected-note@vecintrin.h:* 13 {{candidate function not viable}}
518 vsl = vec_sld(vsl, vsl, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
519 // expected-note@vecintrin.h:* 14 {{candidate function not viable}}
521 vul = vec_sld(vul, vul, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
522 // expected-note@vecintrin.h:* 13 {{candidate function not viable}}
524 vslll = vec_sld(vslll, vslll, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
525 // expected-note@vecintrin.h:* 14 {{candidate function not viable}}
527 vulll = vec_sld(vulll, vulll, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
528 // expected-note@vecintrin.h:* 14 {{candidate function not viable}}
530 vd = vec_sld(vd, vd, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
531 // expected-note@vecintrin.h:* 14 {{candidate function not viable}}
534 vsc = vec_sldw(vsc, vsc, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
535 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
537 vsc = vec_sldw(vsc, vsc, -1); // expected-error {{no matching function}} expected-error {{argument value -4 is outside the valid range [0, 15]}}
538 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
540 vsc = vec_sldw(vsc, vsc, 4); // expected-error {{no matching function}} expected-error {{argument value 16 is outside the valid range [0, 15]}}
541 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
543 vuc = vec_sldw(vuc, vuc, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
544 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
546 vuc = vec_sldw(vuc, vuc, -1); // expected-error {{no matching function}} expected-error {{argument value -4 is outside the valid range [0, 15]}}
547 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
549 vuc = vec_sldw(vuc, vuc, 4); // expected-error {{no matching function}} expected-error {{argument value 16 is outside the valid range [0, 15]}}
550 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
552 vss = vec_sldw(vss, vss, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
553 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
555 vus = vec_sldw(vus, vus, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
556 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
558 vsi = vec_sldw(vsi, vsi, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
559 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
561 vui = vec_sldw(vui, vui, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
562 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
564 vsl = vec_sldw(vsl, vsl, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
565 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
567 vul = vec_sldw(vul, vul, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
568 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
570 vslll = vec_sldw(vslll, vslll, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
571 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
573 vulll = vec_sldw(vulll, vulll, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
574 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
576 vd = vec_sldw(vd, vd, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vsldb' must be a constant integer}}
577 // expected-note@vecintrin.h:* 10 {{candidate function not viable}}
582 vd = vec_ctd(vsl, idx); // expected-error {{no matching function}}
583 // expected-note@vecintrin.h:* 1 {{candidate function not viable}}
585 vd = vec_ctd(vsl, -1); // expected-error {{no matching function}}
586 // expected-note@vecintrin.h:* 1 {{candidate function not viable}}
588 vd = vec_ctd(vsl, 32); // expected-error {{no matching function}}
589 // expected-note@vecintrin.h:* 1 {{candidate function not viable}}
591 vd = vec_ctd(vul, idx); // expected-error {{no matching function}}
592 // expected-note@vecintrin.h:* 1 {{candidate function not viable}}
594 vd = vec_ctd(vul, -1); // expected-error {{no matching function}}
595 // expected-note@vecintrin.h:* 1 {{candidate function not viable}}
597 vd = vec_ctd(vul, 32); // expected-error {{no matching function}}
598 // expected-note@vecintrin.h:* 1 {{candidate function not viable}}
601 vsl = vec_ctsl(vd, idx); // expected-error {{no matching function}}
603 vsl = vec_ctsl(vd, -1); // expected-error {{no matching function}}
605 vsl = vec_ctsl(vd, 32); // expected-error {{no matching function}}
607 vul = vec_ctul(vd, idx); // expected-error {{no matching function}}
609 vul = vec_ctul(vd, -1); // expected-error {{no matching function}}
611 vul = vec_ctul(vd, 32); // expected-error {{no matching function}}