Searched refs:adrpInstr (Results 1 – 1 of 1) sorted by relevance
663 uint32_t adrpInstr = read32le(buf + adrpRel.offset); in tryRelaxAdrpAdd() local666 if ((adrpInstr & 0x9f000000) != 0x90000000 || in tryRelaxAdrpAdd()669 uint32_t adrpDestReg = adrpInstr & 0x1f; in tryRelaxAdrpAdd()719 uint32_t adrpInstr = read32le(buf + adrpRel.offset); in tryRelaxAdrpLdr() local722 if ((adrpInstr & 0x9f000000) != 0x90000000 || in tryRelaxAdrpLdr()728 uint32_t adrpDestReg = adrpInstr & 0x1f; in tryRelaxAdrpLdr()