Home
last modified time | relevance | path

Searched refs:cptrsl (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector-error.c36 const signed long long * volatile cptrsl; variable
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()
253 …vsl = vec_load_bndry(cptrsl, idx); // expected-error {{no matching function}} expected-error {{ar… in test_core()
Dbuiltins-systemz-zvector3.c41 const signed long long * volatile cptrsl; variable
84 vsl += vec_revb(vec_xl(idx, cptrsl)); in test_core()
118 vsl += vec_revb(vec_insert_and_zero(cptrsl)); in test_core()
222 vsl += vec_reve(vec_xl(idx, cptrsl)); in test_core()
Dbuiltins-systemz-zvector3-error.c38 const signed long long * volatile cptrsl; variable
Dbuiltins-systemz-zvector2-error.c38 const signed long long * volatile cptrsl; variable
Dbuiltins-systemz-zvector.c39 const signed long long * volatile cptrsl; variable
214 vsl = vec_insert_and_zero(cptrsl); in test_core()
432 vsl = vec_gather_element(vsl, vul, cptrsl, 0); in test_core()
434 vsl = vec_gather_element(vsl, vul, cptrsl, 1); in test_core()
502 vsl = vec_xl(idx, cptrsl); in test_core()
521 vsl = vec_xld2(idx, cptrsl); in test_core()
610 vsl = vec_load_bndry(cptrsl, 64); in test_core()
656 vsl = vec_load_len(cptrsl, idx); in test_core()
Dbuiltins-systemz-zvector2.c41 const signed long long * volatile cptrsl; variable
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c36 const signed long long * volatile cptrsl; variable
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()
262 vsl = vec_load_bndry(cptrsl, idx); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector.c36 const signed long long * volatile cptrsl; variable
161 vsl = vec_insert_and_zero(cptrsl); in test_core()
267 vsl = vec_gather_element(vsl, vul, cptrsl, 0); in test_core()
268 vsl = vec_gather_element(vsl, vul, cptrsl, 1); in test_core()
303 vsl = vec_xld2(idx, cptrsl); in test_core()
343 vsl = vec_load_bndry(cptrsl, 64); in test_core()
374 vsl = vec_load_len(cptrsl, idx); in test_core()