OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dest_high
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
expr.cc
10578
|
dest_high
| dest_low |
10589
2. Initialize every bit of
dest_high
to the sign bit of B.
10592
4. Logic left shift
dest_high
by C.
10594
6. Or the result of 4 and 5 to finalize
dest_high
.
10600
1.
dest_high
= src_low >> (word_size - C).
10608
initialize
dest_high
to zero rather than copies of the sign
10644
rtx
dest_high
= simplify_gen_subreg (word_mode, target,
10651
/*
dest_high
= src_low >> (word_size - C). */
10653
rshift,
dest_high
,
10655
if (temp !=
dest_high
)
10624
rtx
dest_high
= simplify_gen_subreg (word_mode, target,
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
expr.cc
9841
|
dest_high
| dest_low |
9852
2. Initialize every bit of
dest_high
to the sign bit of B.
9855
4. Logic left shift
dest_high
by C.
9857
6. Or the result of 4 and 5 to finalize
dest_high
.
9863
1.
dest_high
= src_low >> (word_size - C).
9871
initialize
dest_high
to zero rather than copies of the sign
9907
rtx
dest_high
= simplify_gen_subreg (word_mode, target,
9914
/*
dest_high
= src_low >> (word_size - C). */
9916
rshift,
dest_high
,
9918
if (temp !=
dest_high
)
9887
rtx
dest_high
= simplify_gen_subreg (word_mode, target,
local
[
all
...]
Completed in 59 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026