Lines Matching defs:vbl
21 volatile vector bool long long vbl;
92 vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} expected-error {{argument to '__builtin_s390_vpdi' must be a constant integer}}
95 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}}
98 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}}
156 vbl = vec_gather_element(vbl, vul, cptrul, idx); // expected-error {{no matching function}}
159 vbl = vec_gather_element(vbl, vul, cptrul, -1); // expected-error {{no matching function}}
162 vbl = vec_gather_element(vbl, vul, cptrul, 2); // expected-error {{no matching function}}
220 vec_scatter_element(vbl, vul, ptrul, idx); // expected-error {{no matching function}}
223 vec_scatter_element(vbl, vul, ptrul, -1); // expected-error {{no matching function}}
226 vec_scatter_element(vbl, vul, ptrul, 2); // expected-error {{no matching function}}
393 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}}
396 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}}
399 vbl = vec_splat(vbl, 2); // expected-error {{no matching function}}
614 vbl = vec_fp_test_data_class(vd, idx, &cc); // expected-error {{must be a constant integer}}
615 vbl = vec_fp_test_data_class(vd, -1, &cc); // expected-error-re {{argument value {{.*}} is outside the valid range}}
616 vbl = vec_fp_test_data_class(vd, 4096, &cc); // expected-error-re {{argument value {{.*}} is outside the valid range}}