Home
last modified time | relevance | path

Searched refs:kR6CondBranch (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips.cc2941 type_ = (offset_size_needed <= kOffset23) ? kR6CondBranch : kR6LongCondBranch; in InitializeType()
2944 InitShortOrLong(offset_size_needed, kR6CondBranch, kR6LongCondBranch); in InitializeType()
3275 case kR6CondBranch: in IsLong()
3312 bool r6_cond_branch = (type_ == kR6CondBranch || type_ == kR6BareCondBranch); in GetOffsetSize()
3384 case kR6CondBranch: in PromoteToLong()
3677 case kR6CondBranch: in CanHaveDelayedInstruction()
4203 case Branch::kR6CondBranch: in EmitBranch()
Dassembler_mips.h1482 kR6CondBranch, enumerator