OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_ADRP_IMM
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h
32
static constexpr int64_t
MAX_ADRP_IMM
= (1 << 20) - 1;
/toolchain/binutils/binutils-2.25/gold/
aarch64.cc
1136
static const int
MAX_ADRP_IMM
= (1 << 20) - 1;
[
all
...]
Completed in 287 milliseconds