Home | History | Annotate | Download | only in mips

Lines Matching refs:EQUAL

351   // They are both equal and they are not both Smis so both of them are not
352 // Smis. If it's not a heap number, then return equal.
398 // It is a heap number, so return non-equal if it's NaN and equal if it's
407 // If all bits not set (ne cond), then not a NaN, objects are equal.
415 // For equal we already have the right value in v0: Return zero (equal)
420 // All-zero means Infinity means equal.
453 // succeed. Return non-equal (lhs is already not zero).
477 // succeed. Return non-equal.
500 // not equal since their pointers are different.
577 // pointer so they are not equal.
579 __ li(v0, Operand(1)); // Non-zero indicates not equal.
586 // If both objects are undetectable, they are equal. Otherwise, they
587 // are not equal, since they are different objects and an object is not
588 // equal to undefined.
649 // be strictly equal if the other is a HeapNumber.
672 __ li(t2, Operand(EQUAL));
683 // (GREATER). If rhs is equal to lhs, this will be corrected in next
686 // Check if EQUAL condition is satisfied. If true, move conditionally
696 __ mov(v0, t2); // Return EQUAL as result.
720 // This returns non-equal for some object types, or falls through if it
786 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
3323 DCHECK(is_int16(EQUAL));
3325 __ li(v0, Operand(Smi::FromInt(EQUAL)));
3333 // Characters are equal.
3335 __ li(v0, Operand(Smi::FromInt(EQUAL)));
3358 // Compare lengths - strings up to min-length are equal.
3360 DCHECK(Smi::FromInt(EQUAL) == static_cast<Smi*>(0));
3421 STATIC_ASSERT(EQUAL == 0);
3423 __ li(v0, Operand(Smi::FromInt(EQUAL)));
3540 // Test if equal, and also handle the unordered/NaN case.
3547 DCHECK(is_int16(GREATER) && is_int16(EQUAL) && is_int16(LESS));
3553 __ li(v0, Operand(EQUAL));
3612 STATIC_ASSERT(EQUAL == 0);
3617 DCHECK(is_int16(EQUAL));
3619 __ li(v0, Operand(Smi::FromInt(EQUAL)));
3659 STATIC_ASSERT(EQUAL == 0);
3661 __ li(v0, Operand(Smi::FromInt(EQUAL)));
3701 STATIC_ASSERT(EQUAL == 0);
3858 // not equal to the name and kProbes-th slot is not used (its name is the
3930 // If lookup was successful |scratch2| will be equal to elements + 4 * index.