Searched refs:ptrsl (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector-error.c | 48 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()
|
D | builtins-systemz-zvector3.c | 53 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()
|
D | builtins-systemz-zvector3-error.c | 50 signed long long * volatile ptrsl; variable
|
D | builtins-systemz-zvector2-error.c | 50 signed long long * volatile ptrsl; variable
|
D | builtins-systemz-zvector.c | 51 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()
|
D | builtins-systemz-zvector2.c | 53 signed long long * volatile ptrsl; variable
|
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 48 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()
|
D | builtins-systemz-zvector.c | 48 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()
|