Home
last modified time | relevance | path

Searched refs:cptrf (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector2.c46 const float * volatile cptrf; variable
111 vf = vec_insert_and_zero(cptrf); in test_core()
148 vf = vec_gather_element(vf, vui, cptrf, 0); in test_core()
150 vf = vec_gather_element(vf, vui, cptrf, 1); in test_core()
152 vf = vec_gather_element(vf, vui, cptrf, 2); in test_core()
154 vf = vec_gather_element(vf, vui, cptrf, 3); in test_core()
174 vf = vec_xl(idx, cptrf); in test_core()
187 vf = vec_load_bndry(cptrf, 64); in test_core()
190 vf = vec_load_bndry(cptrf, 128); in test_core()
193 vf = vec_load_bndry(cptrf, 256); in test_core()
[all …]
Dbuiltins-systemz-zvector3-constrained.c23 const float * volatile cptrf; variable
36 vf += vec_revb(vec_xl(idx, cptrf)); in test_core()
46 vf += vec_revb(vec_insert_and_zero(cptrf)); in test_core()
68 vf += vec_reve(vec_xl(idx, cptrf)); in test_core()
Dbuiltins-systemz-zvector2-error.c43 const float * volatile cptrf; variable
63 vf = vec_gather_element(vf, vui, cptrf, idx); // expected-error {{no matching function}} in test_core()
66 vf = vec_gather_element(vf, vui, cptrf, -1); // expected-error {{no matching function}} in test_core()
69 vf = vec_gather_element(vf, vui, cptrf, 4); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector2-constrained.c24 const float * volatile cptrf; variable
79 vf = vec_insert_and_zero(cptrf); in test_core()
96 vf = vec_gather_element(vf, vui, cptrf, 0); in test_core()
98 vf = vec_gather_element(vf, vui, cptrf, 1); in test_core()
100 vf = vec_gather_element(vf, vui, cptrf, 2); in test_core()
102 vf = vec_gather_element(vf, vui, cptrf, 3); in test_core()
122 vf = vec_xl(idx, cptrf); in test_core()
Dbuiltins-systemz-zvector3.c46 const float * volatile cptrf; variable
88 vf += vec_revb(vec_xl(idx, cptrf)); in test_core()
122 vf += vec_revb(vec_insert_and_zero(cptrf)); in test_core()
226 vf += vec_reve(vec_xl(idx, cptrf)); in test_core()
Dbuiltins-systemz-zvector-constrained.c20 const float * volatile cptrf; variable
223 vd = vec_ld2f(cptrf); in test_float()
Dbuiltins-systemz-zvector3-error.c43 const float * volatile cptrf; variable
Dbuiltins-systemz-zvector-error.c41 const float * volatile cptrf; variable
Dbuiltins-systemz-zvector.c44 const float * volatile cptrf; variable
4459 vd = vec_ld2f(cptrf); in test_float()
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c41 const float * volatile cptrf; variable
Dbuiltins-systemz-zvector.c41 const float * volatile cptrf; variable
2905 vd = vec_ld2f(cptrf); in test_float()