OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cptrsi
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
builtins-systemz-zvector-error.c
35
const signed int * volatile
cptrsi
;
variable
107
vsi = vec_gather_element(vsi, vui,
cptrsi
, idx); // expected-error {{no matching function}}
110
vsi = vec_gather_element(vsi, vui,
cptrsi
, -1); // expected-error {{no matching function}}
113
vsi = vec_gather_element(vsi, vui,
cptrsi
, 4); // expected-error {{no matching function}}
256
vsi = vec_load_bndry(
cptrsi
, idx); // expected-error {{no matching function}}
[
all
...]
builtins-systemz-zvector.c
35
const signed int * volatile
cptrsi
;
variable
157
vsi = vec_insert_and_zero(
cptrsi
);
255
vsi = vec_gather_element(vsi, vui,
cptrsi
, 0);
256
vsi = vec_gather_element(vsi, vui,
cptrsi
, 1);
257
vsi = vec_gather_element(vsi, vui,
cptrsi
, 2);
258
vsi = vec_gather_element(vsi, vui,
cptrsi
, 3);
301
vsi = vec_xld2(idx,
cptrsi
);
311
vsi = vec_xlw4(idx,
cptrsi
);
339
vsi = vec_load_bndry(
cptrsi
, 64);
370
vsi = vec_load_len(
cptrsi
, idx)
[
all
...]
Completed in 456 milliseconds