Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector-error.c48 signed long long * volatile ptrsl; variable
198 vec_scatter_element(vsl, vul, ptrsl, idx); // expected-error {{no matching function}} in test_core()
201 vec_scatter_element(vsl, vul, ptrsl, -1); // expected-error {{no matching function}} in test_core()
204 vec_scatter_element(vsl, vul, ptrsl, 2); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector3.c53 signed long long * volatile ptrsl; variable
101 vec_xst(vec_revb(vsl), idx, ptrsl); in test_core()
243 vec_xst(vec_reve(vsl), idx, ptrsl); in test_core()
Dbuiltins-systemz-zvector3-error.c50 signed long long * volatile ptrsl; variable
Dbuiltins-systemz-zvector2-error.c50 signed long long * volatile ptrsl; variable
Dbuiltins-systemz-zvector.c51 signed long long * volatile ptrsl; variable
473 vec_scatter_element(vsl, vul, ptrsl, 0); in test_core()
475 vec_scatter_element(vsl, vul, ptrsl, 1); in test_core()
553 vec_xst(vsl, idx, ptrsl); in test_core()
572 vec_xstd2(vsl, idx, ptrsl); in test_core()
684 vec_store_len(vsl, ptrsl, idx); in test_core()
Dbuiltins-systemz-zvector2.c53 signed long long * volatile ptrsl; variable
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c48 signed long long * volatile ptrsl; variable
198 vec_scatter_element(vsl, vul, ptrsl, idx); // expected-error {{no matching function}} in test_core()
201 vec_scatter_element(vsl, vul, ptrsl, -1); // expected-error {{no matching function}} in test_core()
204 vec_scatter_element(vsl, vul, ptrsl, 2); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector.c48 signed long long * volatile ptrsl; variable
288 vec_scatter_element(vsl, vul, ptrsl, 0); in test_core()
289 vec_scatter_element(vsl, vul, ptrsl, 1); in test_core()
320 vec_xstd2(vsl, idx, ptrsl); in test_core()
393 vec_store_len(vsl, ptrsl, idx); in test_core()