Searched refs:branch_info_ (Results 1 - 4 of 4) sorted by relevance

/art/compiler/utils/mips/
H A Dassembler_mips.cc1471 type_ = (offset_size <= branch_info_[short_type].offset_size) ? short_type : long_type;
1678 return branch_info_[type_].length;
1682 return branch_info_[old_type_].length;
1733 : branch_info_[type_].offset_size;
1836 return location_ + branch_info_[type_].instr_offset * sizeof(uint32_t);
1844 uint32_t offset = target_ - GetOffsetLocation() - branch_info_[type_].pc_org * sizeof(uint32_t);
1846 offset = (offset & ofs_mask) >> branch_info_[type_].offset_shift;
2007 // Note: make sure branch_info_[] and EmitBranch() are kept synchronized.
2008 const MipsAssembler::Branch::BranchInfo MipsAssembler::Branch::branch_info_[] = { member in class:art::mips::MipsAssembler::Branch
2028 // Note: make sure branch_info_[] an
[all...]
H A Dassembler_mips.h646 static const BranchInfo branch_info_[/* Type */]; member in class:art::mips::FINAL::Branch
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1173 type_ = (offset_size <= branch_info_[short_type].offset_size) ? short_type : long_type;
1361 return branch_info_[type_].length;
1365 return branch_info_[old_type_].length;
1408 : branch_info_[type_].offset_size;
1501 return location_ + branch_info_[type_].instr_offset * sizeof(uint32_t);
1509 uint32_t offset = target_ - GetOffsetLocation() - branch_info_[type_].pc_org * sizeof(uint32_t);
1511 offset = (offset & ofs_mask) >> branch_info_[type_].offset_shift;
1675 // Note: make sure branch_info_[] and EmitBranch() are kept synchronized.
1676 const Mips64Assembler::Branch::BranchInfo Mips64Assembler::Branch::branch_info_[] = { member in class:art::mips64::Mips64Assembler::Branch
1688 // Note: make sure branch_info_[] an
[all...]
H A Dassembler_mips64.h561 static const BranchInfo branch_info_[/* Type */]; member in class:art::mips64::FINAL::Branch

Completed in 18 milliseconds