• Home
  • Raw
  • Download

Lines Matching refs:idx

57 volatile int idx;  variable
61 len = __lcbb(cptr, idx); // expected-error {{no matching function}} in test_core()
70 vsl = vec_permi(vsl, vsl, idx); // expected-error {{no matching function}} in test_core()
79 vul = vec_permi(vul, vul, idx); // expected-error {{no matching function}} in test_core()
88 vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} in test_core()
97 vd = vec_permi(vd, vd, idx); // expected-error {{no matching function}} in test_core()
107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // 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()
125 vbi = vec_gather_element(vbi, vui, cptrui, idx); // 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()
143 vul = vec_gather_element(vul, vul, cptrul, idx); // 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()
161 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core()
171 vec_scatter_element(vsi, vui, ptrsi, idx); // expected-error {{no matching function}} in test_core()
180 vec_scatter_element(vui, vui, ptrui, idx); // expected-error {{no matching function}} in test_core()
189 vec_scatter_element(vbi, vui, ptrui, idx); // expected-error {{no matching function}} in test_core()
198 vec_scatter_element(vsl, vul, ptrsl, idx); // expected-error {{no matching function}} in test_core()
207 vec_scatter_element(vul, vul, ptrul, idx); // expected-error {{no matching function}} in test_core()
216 vec_scatter_element(vbl, vul, ptrul, idx); // expected-error {{no matching function}} in test_core()
225 vec_scatter_element(vd, vul, ptrd, idx); // expected-error {{no matching function}} in test_core()
235 vsc = vec_load_bndry(cptrsc, idx); // expected-error {{no matching function}} in test_core()
247 vuc = vec_load_bndry(cptruc, idx); // expected-error {{no matching function}} in test_core()
250 vss = vec_load_bndry(cptrss, idx); // expected-error {{no matching function}} in test_core()
253 vus = vec_load_bndry(cptrus, idx); // expected-error {{no matching function}} in test_core()
256 vsi = vec_load_bndry(cptrsi, idx); // expected-error {{no matching function}} in test_core()
259 vui = vec_load_bndry(cptrui, idx); // expected-error {{no matching function}} in test_core()
262 vsl = vec_load_bndry(cptrsl, idx); // expected-error {{no matching function}} in test_core()
265 vul = vec_load_bndry(cptrul, idx); // expected-error {{no matching function}} in test_core()
269 vuc = vec_genmask(idx); // expected-error {{no matching function}} in test_core()
272 vuc = vec_genmasks_8(0, idx); // expected-error {{no matching function}} in test_core()
274 vuc = vec_genmasks_8(idx, 0); // expected-error {{no matching function}} in test_core()
276 vuc = vec_genmasks_8(idx, idx); // expected-error {{no matching function}} in test_core()
278 vus = vec_genmasks_16(0, idx); // expected-error {{no matching function}} in test_core()
280 vus = vec_genmasks_16(idx, 0); // expected-error {{no matching function}} in test_core()
282 vus = vec_genmasks_16(idx, idx); // expected-error {{no matching function}} in test_core()
284 vui = vec_genmasks_32(0, idx); // expected-error {{no matching function}} in test_core()
286 vui = vec_genmasks_32(idx, 0); // expected-error {{no matching function}} in test_core()
288 vui = vec_genmasks_32(idx, idx); // expected-error {{no matching function}} in test_core()
290 vul = vec_genmasks_64(0, idx); // expected-error {{no matching function}} in test_core()
292 vul = vec_genmasks_64(idx, 0); // expected-error {{no matching function}} in test_core()
294 vul = vec_genmasks_64(idx, idx); // expected-error {{no matching function}} in test_core()
297 vsc = vec_splat(vsc, idx); // expected-error {{no matching function}} in test_core()
306 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}} in test_core()
315 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} in test_core()
324 vss = vec_splat(vss, idx); // expected-error {{no matching function}} in test_core()
333 vus = vec_splat(vus, idx); // expected-error {{no matching function}} in test_core()
342 vbs = vec_splat(vbs, idx); // expected-error {{no matching function}} in test_core()
351 vsi = vec_splat(vsi, idx); // expected-error {{no matching function}} in test_core()
360 vui = vec_splat(vui, idx); // expected-error {{no matching function}} in test_core()
369 vbi = vec_splat(vbi, idx); // expected-error {{no matching function}} in test_core()
378 vsl = vec_splat(vsl, idx); // expected-error {{no matching function}} in test_core()
387 vul = vec_splat(vul, idx); // expected-error {{no matching function}} in test_core()
396 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}} in test_core()
405 vd = vec_splat(vd, idx); // expected-error {{no matching function}} in test_core()
415 vsc = vec_splat_s8(idx); // expected-error {{no matching function}} in test_core()
417 vuc = vec_splat_u8(idx); // expected-error {{no matching function}} in test_core()
419 vss = vec_splat_s16(idx); // expected-error {{no matching function}} in test_core()
421 vus = vec_splat_u16(idx); // expected-error {{no matching function}} in test_core()
423 vsi = vec_splat_s32(idx); // expected-error {{no matching function}} in test_core()
425 vui = vec_splat_u32(idx); // expected-error {{no matching function}} in test_core()
427 vsl = vec_splat_s64(idx); // expected-error {{no matching function}} in test_core()
429 vul = vec_splat_u64(idx); // expected-error {{no matching function}} in test_core()
434 vsc = vec_rl_mask(vsc, vuc, idx); // expected-error {{no matching function}} in test_integer()
437 vuc = vec_rl_mask(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer()
440 vss = vec_rl_mask(vss, vus, idx); // expected-error {{no matching function}} in test_integer()
443 vus = vec_rl_mask(vus, vus, idx); // expected-error {{no matching function}} in test_integer()
446 vsi = vec_rl_mask(vsi, vui, idx); // expected-error {{no matching function}} in test_integer()
449 vui = vec_rl_mask(vui, vui, idx); // expected-error {{no matching function}} in test_integer()
452 vsl = vec_rl_mask(vsl, vul, idx); // expected-error {{no matching function}} in test_integer()
455 vul = vec_rl_mask(vul, vul, idx); // expected-error {{no matching function}} in test_integer()
459 vsc = vec_sld(vsc, vsc, idx); // expected-error {{no matching function}} in test_integer()
468 vuc = vec_sld(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer()
477 vss = vec_sld(vss, vss, idx); // expected-error {{no matching function}} in test_integer()
480 vus = vec_sld(vus, vus, idx); // expected-error {{no matching function}} in test_integer()
483 vsi = vec_sld(vsi, vsi, idx); // expected-error {{no matching function}} in test_integer()
486 vui = vec_sld(vui, vui, idx); // expected-error {{no matching function}} in test_integer()
489 vsl = vec_sld(vsl, vsl, idx); // expected-error {{no matching function}} in test_integer()
492 vul = vec_sld(vul, vul, idx); // expected-error {{no matching function}} in test_integer()
495 vd = vec_sld(vd, vd, idx); // expected-error {{no matching function}} in test_integer()
499 vsc = vec_sldw(vsc, vsc, idx); // expected-error {{no matching function}} in test_integer()
508 vuc = vec_sldw(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer()
517 vss = vec_sldw(vss, vss, idx); // expected-error {{no matching function}} in test_integer()
520 vus = vec_sldw(vus, vus, idx); // expected-error {{no matching function}} in test_integer()
523 vsi = vec_sldw(vsi, vsi, idx); // expected-error {{no matching function}} in test_integer()
526 vui = vec_sldw(vui, vui, idx); // expected-error {{no matching function}} in test_integer()
529 vsl = vec_sldw(vsl, vsl, idx); // expected-error {{no matching function}} in test_integer()
532 vul = vec_sldw(vul, vul, idx); // expected-error {{no matching function}} in test_integer()
535 vd = vec_sldw(vd, vd, idx); // expected-error {{no matching function}} in test_integer()
541 vd = vec_ctd(vsl, idx); // expected-error {{no matching function}} in test_float()
550 vd = vec_ctd(vul, idx); // expected-error {{no matching function}} in test_float()
560 vsl = vec_ctsl(vd, idx); // expected-error {{no matching function}} in test_float()
566 vul = vec_ctul(vd, idx); // expected-error {{no matching function}} in test_float()
573 vbl = vec_fp_test_data_class(vd, idx, &cc); // expected-error {{must be a constant integer}} in test_float()