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
2360 Branch* branch = GetBranch(branch_id); in Bind() local
2377 const Branch* branch = GetBranch(branch_id); in Bind() local
2389 const Branch* branch = GetBranch(branch_id); in GetLabelLocation() local
2407 const Branch* branch = GetBranch(last_branch_id_); in GetAdjustedPosition() local
2603 for (auto& branch : branches_) { in PromoteBranches() local
2630 Branch& branch = branches_[--i]; in PromoteBranches() local
2651 for (auto& branch : branches_) { in PromoteBranches() local
2693 void Mips64Assembler::EmitBranch(Mips64Assembler::Branch* branch) { in EmitBranch()
/art/compiler/utils/mips/
Dassembler_mips.cc313 for (auto& branch : branches_) { in EmitBranches() local
3543 Branch* branch = GetBranch(branch_id); in Bind() local
3560 const Branch* branch = GetBranch(branch_id); in Bind() local
3572 const Branch* branch = GetBranch(branch_id); in GetLabelLocation() local
3590 const Branch* branch = GetBranch(last_branch_id_); in GetAdjustedPosition() local
3741 void MipsAssembler::MoveInstructionToDelaySlot(Branch& branch) { in MoveInstructionToDelaySlot()
3890 for (auto& branch : branches_) { in PromoteBranches() local
3918 Branch& branch = branches_[--i]; in PromoteBranches() local
3965 void MipsAssembler::EmitBranch(MipsAssembler::Branch* branch) { in EmitBranch()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1600 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom()
Dcode_generator_x86.cc1582 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom()