Home
last modified time | relevance | path

Searched defs:branch (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips64/
Dassembler_mips64.cc81 for (auto& branch : branches_) { in EmitBranches() local
2820 Branch* branch = GetBranch(branch_id); in Bind() local
2837 const Branch* branch = GetBranch(branch_id); in Bind() local
2849 const Branch* branch = GetBranch(branch_id); in GetLabelLocation() local
2867 const Branch* branch = GetBranch(last_branch_id_); in GetAdjustedPosition() local
3065 for (auto& branch : branches_) { in PromoteBranches() local
3092 Branch& branch = branches_[--i]; in PromoteBranches() local
3113 for (auto& branch : branches_) { in PromoteBranches() local
3162 void Mips64Assembler::EmitBranch(Mips64Assembler::Branch* branch) { in EmitBranch()
/art/compiler/utils/mips/
Dassembler_mips.cc3518 const Branch* branch = GetBranch(prev_branch_id_plus_one - 1); in BindRelativeToPrecedingBranch() local
3536 Branch* branch = GetBranch(branch_id); in Bind() local
3558 const Branch* branch = GetBranch(label->prev_branch_id_plus_one_ - 1); in GetLabelLocation() local
3576 const Branch* branch = GetBranch(last_branch_id_); in GetAdjustedPosition() local
3732 void MipsAssembler::MoveInstructionToDelaySlot(Branch& branch) { in MoveInstructionToDelaySlot()
3902 for (auto& branch : branches_) { in PromoteBranches() local
3930 Branch& branch = branches_[--i]; in PromoteBranches() local
4013 Branch* branch = GetBranch(branch_id); in EmitBranch() local
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1694 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom()
Dcode_generator_x86.cc1614 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom()