Searched refs:offset_size (Results 1 – 2 of 2) sorted by relevance
6592 void Riscv64Assembler::Branch::InitShortOrLong(Riscv64Assembler::Branch::OffsetBits offset_size, in InitShortOrLong() argument6597 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() argument6612 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 …]
2003 OffsetBits offset_size; member