Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DAArch64.cpp643 uint32_t adrpInstr = read32le(buf + adrpRel.offset); in tryRelaxAdrpAdd() local
646 if ((adrpInstr & 0x9f000000) != 0x90000000 || in tryRelaxAdrpAdd()
649 uint32_t adrpDestReg = adrpInstr & 0x1f; in tryRelaxAdrpAdd()
699 uint32_t adrpInstr = read32le(buf + adrpRel.offset); in tryRelaxAdrpLdr() local
702 if ((adrpInstr & 0x9f000000) != 0x90000000 || in tryRelaxAdrpLdr()
708 uint32_t adrpDestReg = adrpInstr & 0x1f; in tryRelaxAdrpLdr()