OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:second_shift_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
optabs.cc
1899
HOST_WIDE_INT first_shift_count,
second_shift_count
;
1911
second_shift_count
= 2 * BITS_PER_WORD - shift_count;
1916
second_shift_count
= shift_count;
1921
= gen_int_shift_amount (word_mode,
second_shift_count
);
1893
HOST_WIDE_INT first_shift_count,
second_shift_count
;
local
/src/external/gpl3/gcc/dist/gcc/
optabs.cc
1914
HOST_WIDE_INT first_shift_count,
second_shift_count
;
1926
second_shift_count
= 2 * BITS_PER_WORD - shift_count;
1931
second_shift_count
= shift_count;
1936
= gen_int_shift_amount (word_mode,
second_shift_count
);
1908
HOST_WIDE_INT first_shift_count,
second_shift_count
;
local
Completed in 39 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026