Searched defs:offset_size (Results 1 - 4 of 4) sorted by relevance

/art/compiler/utils/mips/
H A Dassembler_mips.h641 OffsetBits offset_size; member in struct:art::mips::FINAL::Branch::BranchInfo
H A Dassembler_mips.cc1468 void MipsAssembler::Branch::InitShortOrLong(MipsAssembler::Branch::OffsetBits offset_size, argument
1471 type_ = (offset_size <= branch_info_[short_type].offset_size) ? short_type : long_type;
1475 OffsetBits offset_size = GetOffsetSizeNeeded(location_, target_); local
1479 InitShortOrLong(offset_size, kR6Call, kR6LongCall);
1481 InitShortOrLong(offset_size, kR6UncondBranch, kR6LongUncondBranch);
1485 type_ = (offset_size <= kOffset23) ? kR6CondBranch : kR6LongCondBranch;
1487 InitShortOrLong(offset_size, kR6CondBranch, kR6LongCondBranch);
1493 InitShortOrLong(offset_size, kCall, kLongCall);
1495 InitShortOrLong(offset_size, kUncondBranc
1730 OffsetBits offset_size = local
[all...]
/art/compiler/utils/mips64/
H A Dassembler_mips64.h556 OffsetBits offset_size; member in struct:art::mips64::FINAL::Branch::BranchInfo
H A Dassembler_mips64.cc1170 void Mips64Assembler::Branch::InitShortOrLong(Mips64Assembler::Branch::OffsetBits offset_size, argument
1173 type_ = (offset_size <= branch_info_[short_type].offset_size) ? short_type : long_type;
1177 OffsetBits offset_size = GetOffsetSizeNeeded(location_, target_); local
1179 InitShortOrLong(offset_size, kCall, kLongCall);
1181 InitShortOrLong(offset_size, kUncondBranch, kLongUncondBranch);
1185 type_ = (offset_size <= kOffset23) ? kCondBranch : kLongCondBranch;
1187 InitShortOrLong(offset_size, kCondBranch, kLongCondBranch);
1405 OffsetBits offset_size = local
1408 : branch_info_[type_].offset_size;
[all...]

Completed in 31 milliseconds