Lines Matching defs:cc
1618 static int NegativeComparisonResult(Condition cc) {
1619 DCHECK(cc != equal);
1620 DCHECK((cc == less) || (cc == less_equal)
1621 || (cc == greater) || (cc == greater_equal));
1622 return (cc == greater || cc == greater_equal) ? LESS : GREATER;
1658 Condition cc = GetCondition();
1688 if (cc != equal) {
1698 __ Move(eax, Immediate(Smi::FromInt(NegativeComparisonResult(cc))));
1709 if (cc != equal) {
1737 if (cc == equal && strict()) {
1825 // The cc is never not-equal.
1827 DCHECK(cc != not_equal);
1828 if (cc == less || cc == less_equal) {
1840 if (cc == equal) {
1856 if (cc == equal) {
1867 if (cc == equal && !strict()) {
1909 if (cc == equal) {
1913 __ push(Immediate(Smi::FromInt(NegativeComparisonResult(cc))));