Home
last modified time | relevance | path

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

/art/compiler/utils/riscv64/
Dassembler_riscv64.cc6592 void Riscv64Assembler::Branch::InitShortOrLong(Riscv64Assembler::Branch::OffsetBits offset_size, in InitShortOrLong() argument
6597 if (offset_size > branch_info_[type].offset_size) { in InitShortOrLong()
6599 if (offset_size > branch_info_[type].offset_size) { in InitShortOrLong()
6606 void Riscv64Assembler::Branch::InitShortOrLong(Riscv64Assembler::Branch::OffsetBits offset_size, in InitShortOrLong() argument
6612 if (offset_size > branch_info_[type].offset_size) { in InitShortOrLong()
6614 if (offset_size > branch_info_[type].offset_size) { in InitShortOrLong()
6616 if (offset_size > branch_info_[type].offset_size) { in InitShortOrLong()
6901 return branch_info_[type_].offset_size; in GetOffsetSize()
6951 type_ = needed_size <= branch_info_[kUncondBranch].offset_size ? kUncondBranch : in PromoteIfNeeded()
6962 if (needed_size <= branch_info_[kCondBranch].offset_size) { in PromoteIfNeeded()
[all …]
Dassembler_riscv64.h2003 OffsetBits offset_size; member