OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGN_BIT_U64
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c
13078
#define
SIGN_BIT_U64
(1UL << SIGN_SHIFT_U64)
13081
#define isMinimumU64(_value_u64) ((_value_u64) ==
SIGN_BIT_U64
)
13084
#define isSignSetU64(_value_u64) ((_value_u64) &
SIGN_BIT_U64
)
13089
#define clearSignU64(_value_u64) ((_value_u64) &= ~
SIGN_BIT_U64
)
/src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c
13078
#define
SIGN_BIT_U64
(1UL << SIGN_SHIFT_U64)
13081
#define isMinimumU64(_value_u64) ((_value_u64) ==
SIGN_BIT_U64
)
13084
#define isSignSetU64(_value_u64) ((_value_u64) &
SIGN_BIT_U64
)
13089
#define clearSignU64(_value_u64) ((_value_u64) &= ~
SIGN_BIT_U64
)
Completed in 25 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026