Searched refs:adrpInstr (Results 1 – 1 of 1) sorted by relevance
819 uint32_t adrpInstr = read32le(buf + adrpRel.offset); in tryRelaxAdrpAdd() local822 if ((adrpInstr & 0x9f000000) != 0x90000000 || in tryRelaxAdrpAdd()825 uint32_t adrpDestReg = adrpInstr & 0x1f; in tryRelaxAdrpAdd()875 uint32_t adrpInstr = read32le(buf + adrpRel.offset); in tryRelaxAdrpLdr() local878 if ((adrpInstr & 0x9f000000) != 0x90000000 || in tryRelaxAdrpLdr()884 uint32_t adrpDestReg = adrpInstr & 0x1f; in tryRelaxAdrpLdr()