Home
last modified time | relevance | path

Searched refs:MIN_ADRP_IMM (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h33 static constexpr int64_t MIN_ADRP_IMM = -(1 << 20); variable
H A DAArch64LongBranchStub.cpp99 (imm >= AArch64GNULDBackend::MIN_ADRP_IMM)); in isValidForADRP()