OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ll_B
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/common/
cgen-utils.c
176
#define
ll_B
(1L << (SI_TYPE_SIZE / 2))
177
#define ll_lowpart(t) ((USI) (t) %
ll_B
)
178
#define ll_highpart(t) ((USI) (t) /
ll_B
)
182
x3 +=
ll_B
; /* yes, add it in the proper pos. */
185
rlo = ll_lowpart (x1) *
ll_B
+ ll_lowpart (x0);
/src/external/gpl3/gdb.old/dist/sim/common/
cgen-utils.c
176
#define
ll_B
(1L << (SI_TYPE_SIZE / 2))
177
#define ll_lowpart(t) ((USI) (t) %
ll_B
)
178
#define ll_highpart(t) ((USI) (t) /
ll_B
)
182
x3 +=
ll_B
; /* yes, add it in the proper pos. */
185
rlo = ll_lowpart (x1) *
ll_B
+ ll_lowpart (x0);
Completed in 21 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026