OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lower_32bits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
27298
const HOST_WIDE_INT
lower_32bits
= HOST_WIDE_INT_C(0xffffffff);
27299
const HOST_WIDE_INT upper_32bits = ~
lower_32bits
;
27329
value_hi_lo[lo] = value &
lower_32bits
;
27242
const HOST_WIDE_INT
lower_32bits
= HOST_WIDE_INT_C(0xffffffff);
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
26862
const HOST_WIDE_INT
lower_32bits
= HOST_WIDE_INT_C(0xffffffff);
26863
const HOST_WIDE_INT upper_32bits = ~
lower_32bits
;
26893
value_hi_lo[lo] = value &
lower_32bits
;
26806
const HOST_WIDE_INT
lower_32bits
= HOST_WIDE_INT_C(0xffffffff);
local
Completed in 68 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026