HomeSort by relevance Sort by last modified time
    Searched refs:MIN_ADRP_IMM (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 33 static constexpr int64_t MIN_ADRP_IMM = -(1 << 20);
AArch64LongBranchStub.cpp 99 (imm >= AArch64GNULDBackend::MIN_ADRP_IMM));
  /toolchain/binutils/binutils-2.27/gold/
aarch64.cc 1152 static const int MIN_ADRP_IMM = -(1 << 20);
    [all...]

Completed in 62 milliseconds