Searched refs:kConditional (Results 1 – 2 of 2) sorted by relevance
413 kConditional, // B<cond>. enumerator473 DCHECK(type == kConditional || type == kUnconditional ||476 DCHECK(size == kBranch32Bit || (type == kConditional || type == kUnconditional));
2126 DCHECK(type_ == kUnconditional || type_ == kConditional); in Emit()2127 DCHECK_EQ(type_ == kConditional, cond_ != AL); in Emit()2133 DCHECK(type_ == kConditional || type_ == kUnconditional || in Emit()2135 DCHECK_EQ(type_ == kConditional, cond_ != AL); in Emit()2567 branch_type = Fixup::kConditional; // B<cond>. in EmitBranch()