Lines Matching defs:equal
181 // If exponent is greater than or equal to 84, the 32 less significant
259 // They are both equal and they are not both Smis so both of them are not
260 // Smis. If it's not a heap number, then return equal.
326 __ li(r3, Operand(EQUAL)); // Things are <=, >=, ==, === themselves.
335 // It is a heap number, so return non-equal if it's NaN and equal if it's
354 // For equal we already have the right value in r3: Return zero (equal)
363 // All-zero means Infinity means equal.
393 // succeed. Return non-equal
425 // succeed. Return non-equal.
457 // not equal since their pointers are different.
534 // so they are not equal.
543 // If both objects are undetectable, they are equal. Otherwise, they
544 // are not equal, since they are different objects and an object is not
545 // equal to undefined.
606 // be strictly equal if the other is a HeapNumber.
627 Label nan, equal, less_than;
630 DCHECK(EQUAL == 0);
637 __ beq(&equal);
641 __ bind(&equal);
642 __ li(r3, Operand(EQUAL));
664 // This returns non-equal for some object types, or falls through if it
723 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
3272 __ LoadSmiLiteral(r3, Smi::FromInt(EQUAL));
3280 // Characters are equal.
3281 __ LoadSmiLiteral(r3, Smi::FromInt(EQUAL));
3312 // Compare lengths - strings up to min-length are equal.
3314 DCHECK(Smi::FromInt(EQUAL) == static_cast<Smi*>(0));
3328 Label less_equal, equal;
3333 __ beq(&equal);
3335 __ bind(&equal);
3380 __ LoadSmiLiteral(r3, Smi::FromInt(EQUAL));
3396 // Call the runtime; it returns -1 (less), 0 (equal), or 1 (greater)
3488 Label equal, less_than;
3528 DCHECK(EQUAL == 0);
3535 __ beq(&equal);
3540 __ bind(&equal);
3541 __ li(r3, Operand(EQUAL));
3604 STATIC_ASSERT(EQUAL == 0);
3606 __ LoadSmiLiteral(r3, Smi::FromInt(EQUAL));
3645 STATIC_ASSERT(EQUAL == 0);
3647 __ LoadSmiLiteral(r3, Smi::FromInt(EQUAL));
3685 STATIC_ASSERT(EQUAL == 0);
3688 __ LoadSmiLiteral(r3, Smi::FromInt(EQUAL));
3844 // not equal to the name and kProbes-th slot is not used (its name is the
3921 // If lookup was successful |scratch2| will be equal to elements + 4 * index.