Searched refs:kConditional (Results 1 – 2 of 2) sorted by relevance
420 kConditional, // B<cond>. enumerator480 DCHECK(type == kConditional || type == kUnconditional ||483 DCHECK(size == kBranch32Bit || (type == kConditional || type == kUnconditional));
2165 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()