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