OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shift_unit_mode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
combine.cc
10641
scalar_int_mode
shift_unit_mode
10654
if (count > (GET_MODE_PRECISION (
shift_unit_mode
) - 1))
10657
count = GET_MODE_PRECISION (
shift_unit_mode
) - 1;
10659
count %= GET_MODE_PRECISION (
shift_unit_mode
);
10675
if (shift_mode ==
shift_unit_mode
)
10680
&& (num_sign_bit_copies (varop,
shift_unit_mode
)
10681
== GET_MODE_PRECISION (
shift_unit_mode
)))
10693
&& (count + num_sign_bit_copies (varop,
shift_unit_mode
)
10694
>= GET_MODE_PRECISION (
shift_unit_mode
)))
10695
count = GET_MODE_PRECISION (
shift_unit_mode
) - 1
10604
scalar_int_mode
shift_unit_mode
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
combine.cc
10585
scalar_int_mode
shift_unit_mode
10598
if (count > (GET_MODE_PRECISION (
shift_unit_mode
) - 1))
10601
count = GET_MODE_PRECISION (
shift_unit_mode
) - 1;
10603
count %= GET_MODE_PRECISION (
shift_unit_mode
);
10619
if (shift_mode ==
shift_unit_mode
)
10624
&& (num_sign_bit_copies (varop,
shift_unit_mode
)
10625
== GET_MODE_PRECISION (
shift_unit_mode
)))
10637
&& (count + num_sign_bit_copies (varop,
shift_unit_mode
)
10638
>= GET_MODE_PRECISION (
shift_unit_mode
)))
10639
count = GET_MODE_PRECISION (
shift_unit_mode
) - 1
10548
scalar_int_mode
shift_unit_mode
local
[
all
...]
Completed in 219 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026