OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:post_shifts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc
558
int *
post_shifts
= pre_shifts + nunits;
local
559
int *shift_temps =
post_shifts
+ nunits;
590
post_shifts
[i] = 0;
720
post_shifts
[i] = post_shift;
721
if ((i && !has_vector_shift &&
post_shifts
[0] != post_shift)
880
post_shifts
[i]--;
908
cur_op = add_rshift (gsi, type, cur_op,
post_shifts
);
927
cur_op = add_rshift (gsi, type, tem,
post_shifts
);
950
cur_op = add_rshift (gsi, type, cur_op,
post_shifts
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc
595
int *
post_shifts
= pre_shifts + nunits;
local
596
int *shift_temps =
post_shifts
+ nunits;
627
post_shifts
[i] = 0;
757
post_shifts
[i] = post_shift;
758
if ((i && !has_vector_shift &&
post_shifts
[0] != post_shift)
917
post_shifts
[i]--;
945
cur_op = add_rshift (gsi, type, cur_op,
post_shifts
);
964
cur_op = add_rshift (gsi, type, tem,
post_shifts
);
987
cur_op = add_rshift (gsi, type, cur_op,
post_shifts
);
Completed in 18 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026