Searched defs:Branch (Results 1 - 5 of 5) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_thumb2.h264 // Branch instructions.
418 // Branch type.
434 // Branch variants.
478 static Fixup Branch(uint32_t location, Type type, Size size = kBranch16Bit, function in class:art::arm::FINAL::Fixup
/art/compiler/utils/mips/
H A Dassembler_mips.h1062 class Branch { class in class:art::mips::FINAL
1124 // Branch length as a number of 4-byte-long instructions.
1143 Branch(bool is_r6, uint32_t location, uint32_t target, bool is_call);
1145 Branch(bool is_r6,
1152 Branch(bool is_r6,
1197 // Branch instructions have signed offsets of 16, 19 (addiupc), 21 (beqzc/bnezc),
1274 friend std::ostream& operator<<(std::ostream& os, const Branch::Type& rhs);
1275 friend std::ostream& operator<<(std::ostream& os, const Branch::OffsetBits& rhs);
1314 void MoveInstructionToDelaySlot(Branch& branch);
1319 Branch* GetBranc
[all...]
H A Dassembler_mips.cc1796 void MipsAssembler::Branch::InitShortOrLong(MipsAssembler::Branch::OffsetBits offset_size,
1797 MipsAssembler::Branch::Type short_type,
1798 MipsAssembler::Branch::Type long_type) {
1802 void MipsAssembler::Branch::InitializeType(Type initial_type, bool is_r6) {
1869 bool MipsAssembler::Branch::IsNop(BranchCondition condition, Register lhs, Register rhs) {
1881 bool MipsAssembler::Branch::IsUncond(BranchCondition condition, Register lhs, Register rhs) {
1895 MipsAssembler::Branch::Branch(bool is_r6, uint32_t location, uint32_t target, bool is_call) function in class:art::mips::MipsAssembler::Branch
1906 MipsAssembler::Branch function in class:art::mips::MipsAssembler::Branch
1964 MipsAssembler::Branch::Branch(bool is_r6, function in class:art::mips::MipsAssembler::Branch
[all...]
/art/compiler/utils/mips64/
H A Dassembler_mips64.h1276 class Branch { class in class:art::mips64::FINAL
1316 // Branch length as a number of 4-byte-long instructions.
1335 Branch(uint32_t location, uint32_t target, bool is_call);
1337 Branch(uint32_t location,
1343 Branch(uint32_t location, GpuRegister dest_reg, Type label_or_literal_type);
1376 // Branch instructions have signed offsets of 16, 19 (addiupc), 21 (beqzc/bnezc),
1443 friend std::ostream& operator<<(std::ostream& os, const Branch::Type& rhs);
1444 friend std::ostream& operator<<(std::ostream& os, const Branch::OffsetBits& rhs);
1476 Branch* GetBranch(uint32_t branch_id);
1477 const Branch* GetBranc
[all...]
H A Dassembler_mips64.cc1715 void Mips64Assembler::Branch::InitShortOrLong(Mips64Assembler::Branch::OffsetBits offset_size,
1716 Mips64Assembler::Branch::Type short_type,
1717 Mips64Assembler::Branch::Type long_type) {
1721 void Mips64Assembler::Branch::InitializeType(Type initial_type) {
1756 bool Mips64Assembler::Branch::IsNop(BranchCondition condition, GpuRegister lhs, GpuRegister rhs) {
1768 bool Mips64Assembler::Branch::IsUncond(BranchCondition condition,
1784 Mips64Assembler::Branch::Branch(uint32_t location, uint32_t target, bool is_call) function in class:art::mips64::Mips64Assembler::Branch
1794 Mips64Assembler::Branch function in class:art::mips64::Mips64Assembler::Branch
1842 Mips64Assembler::Branch::Branch(uint32_t location, GpuRegister dest_reg, Type label_or_literal_type) function in class:art::mips64::Mips64Assembler::Branch
[all...]

Completed in 99 milliseconds