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