Searched refs:near_offset (Results 1 – 2 of 2) sorted by relevance
120 int32_t near_offset = (offset + 0x800) & ~0xfff; in PatchAuipc() local122 uint32_t imm20 = static_cast<uint32_t>(near_offset) >> 12; in PatchAuipc()
37 int32_t near_offset = (offset + 0x800) & ~0xfff; in SplitOffset() local39 int32_t short_offset = offset - near_offset; in SplitOffset()42 uint32_t imm20 = static_cast<uint32_t>(near_offset) >> 12; in SplitOffset()