Home
last modified time | relevance | path

Searched refs:near_offset (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/riscv64/
Drelative_patcher_riscv64.cc120 int32_t near_offset = (offset + 0x800) & ~0xfff; in PatchAuipc() local
122 uint32_t imm20 = static_cast<uint32_t>(near_offset) >> 12; in PatchAuipc()
/art/compiler/utils/riscv64/
Dassembler_riscv64.cc37 int32_t near_offset = (offset + 0x800) & ~0xfff; in SplitOffset() local
39 int32_t short_offset = offset - near_offset; in SplitOffset()
42 uint32_t imm20 = static_cast<uint32_t>(near_offset) >> 12; in SplitOffset()