Lines Matching defs:cc
692 void FullCodeGenerator::Split(Condition cc,
699 __ Branch(if_true, cc, lhs, rhs);
701 __ Branch(if_false, NegateCondition(cc), lhs, rhs);
703 __ Branch(if_true, cc, lhs, rhs);
4565 Condition cc = CompareIC::ComputeCondition(op);
4575 Split(cc, a1, Operand(a0), if_true, if_false, NULL);
4584 Split(cc, v0, Operand(zero_reg), if_true, if_false, fall_through);