Searched refs:immhi (Results 1 – 1 of 1) sorted by relevance
447 uint32_t immhi = (immed >> 2) & 0x7FFFF; // 19 bits. in relocateAARCH64() local448 *inst32 |= static_cast<int32_t>(immlo << 29 | immhi << 5); in relocateAARCH64()457 uint32_t immhi = (immed >> 2) & 0x7FFFF; // 19 bits. in relocateAARCH64() local458 *inst32 |= static_cast<int32_t>(immlo << 29 | immhi << 5); in relocateAARCH64()