Home | History | Annotate | Download | only in arm

Lines Matching defs:cond

689 void FullCodeGenerator::Split(Condition cond,
694 __ b(cond, if_true);
696 __ b(NegateCondition(cond), if_false);
698 __ b(cond, if_true);
4692 Condition cond = CompareIC::ComputeCondition(op);
4702 Split(cond, if_true, if_false, NULL);
4713 Split(cond, if_true, if_false, fall_through);