OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitpos_mod
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc
2075
int
bitpos_mod
= bitpos % BITS_PER_UNIT;
local
2082
if (
bitpos_mod
+ bitlen_mod == BITS_PER_UNIT
2083
|| (
bitpos_mod
== 0 && bitlen_mod == 0))
2089
else if (
bitpos_mod
+ bitlen_mod < BITS_PER_UNIT)
2091
shift_amnt = bitlen_mod +
bitpos_mod
;
2099
shift_amnt = bitlen_mod +
bitpos_mod
- BITS_PER_UNIT;
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc
1991
int
bitpos_mod
= bitpos % BITS_PER_UNIT;
local
1998
if (
bitpos_mod
+ bitlen_mod == BITS_PER_UNIT
1999
|| (
bitpos_mod
== 0 && bitlen_mod == 0))
2005
else if (
bitpos_mod
+ bitlen_mod < BITS_PER_UNIT)
2007
shift_amnt = bitlen_mod +
bitpos_mod
;
2015
shift_amnt = bitlen_mod +
bitpos_mod
- BITS_PER_UNIT;
Completed in 18 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026