Home | History | Annotate | Download | only in arm

Lines Matching refs:EQUAL

477   // absolute value: it is either equal to 1 (special case of -1 and 1),
924 // Also, a positive value with an exponent equal to 31 is outside of the
1088 // we now know they test equal.
1092 // They are both equal and they are not both Smis so both of them are not
1093 // Smis. If it's not a heap number, then return equal.
1132 __ mov(r0, Operand(EQUAL)); // Things are <=, >=, ==, === themselves.
1142 // It is a heap number, so return non-equal if it's NaN and equal if it's
1160 // For equal we already have the right value in r0: Return zero (equal)
1165 // All-zero means Infinity means equal.
1199 // succeed. Return non-equal
1239 // succeed. Return non-equal.
1335 // Doubles are not equal unless they have the same bit pattern.
1343 // If exponents are equal then return 0.
1347 // are equal is if one is -0 and the other is 0. We already dealt
1349 // We start by seeing if the mantissas (that are equal) or the bottom
1351 // equal.
1355 // Now they are equal if and only if the lhs exponent is zero in its
1386 // not equal since their pointers are different.
1477 // so they are not equal.
1486 // If both objects are undetectable, they are equal. Otherwise, they
1487 // are not equal, since they are different objects and an object is not
1488 // equal to undefined.
1642 // be strictly equal if the other is a HeapNumber.
1670 __ mov(r0, Operand(EQUAL), LeaveCC, eq);
1698 // This returns non-equal for some object types, or falls through if it
1771 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
6080 __ mov(r0, Operand(Smi::FromInt(EQUAL)));
6089 // Characters are equal.
6090 __ mov(r0, Operand(Smi::FromInt(EQUAL)));
6119 // Compare lengths - strings up to min-length are equal.
6121 ASSERT(Smi::FromInt(EQUAL) == static_cast<Smi*>(0));
6177 STATIC_ASSERT(EQUAL == 0);
6179 __ mov(r0, Operand(Smi::FromInt(EQUAL)));
6194 // Call the runtime; it returns -1 (less), 0 (equal), or 1 (greater)
6591 __ mov(r0, Operand(EQUAL), LeaveCC, eq);
6650 STATIC_ASSERT(EQUAL == 0);
6652 __ mov(r0, Operand(Smi::FromInt(EQUAL)), LeaveCC, eq);
6690 STATIC_ASSERT(EQUAL == 0);
6692 __ mov(r0, Operand(Smi::FromInt(EQUAL)), LeaveCC, eq);
6839 // not equal to the name and kProbes-th slot is not used (its name is the
6916 // If lookup was successful |scratch2| will be equal to elements + 4 * index.