Searched refs:adrpInstr (Results 1 – 1 of 1) sorted by relevance
643 uint32_t adrpInstr = read32le(buf + adrpRel.offset); in tryRelaxAdrpAdd() local646 if ((adrpInstr & 0x9f000000) != 0x90000000 || in tryRelaxAdrpAdd()649 uint32_t adrpDestReg = adrpInstr & 0x1f; in tryRelaxAdrpAdd()699 uint32_t adrpInstr = read32le(buf + adrpRel.offset); in tryRelaxAdrpLdr() local702 if ((adrpInstr & 0x9f000000) != 0x90000000 || in tryRelaxAdrpLdr()708 uint32_t adrpDestReg = adrpInstr & 0x1f; in tryRelaxAdrpLdr()