Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_thumb2.h420 kConditional, // B<cond>. enumerator
480 DCHECK(type == kConditional || type == kUnconditional ||
483 DCHECK(size == kBranch32Bit || (type == kConditional || type == kUnconditional));
Dassembler_thumb2.cc2165 DCHECK(type_ == kUnconditional || type_ == kConditional); in Emit()
2166 DCHECK_EQ(type_ == kConditional, cond_ != AL); in Emit()
2172 DCHECK(type_ == kConditional || type_ == kUnconditional || in Emit()
2174 DCHECK_EQ(type_ == kConditional, cond_ != AL); in Emit()
2589 branch_type = Fixup::kConditional; // B<cond>. in EmitBranch()