Home | History | Annotate | Download | only in mips

Lines Matching refs:greater

480   // greater than 1 (not a special case) or less than 1 (special case of 0).
941 // Exponent greater than 31 cannot yield 32-bit integers.
1131 if (cc == less || cc == greater) {
1133 __ Branch(slow, greater, t4, Operand(FIRST_SPEC_OBJECT_TYPE));
1139 __ Branch(slow, greater, t4, Operand(FIRST_SPEC_OBJECT_TYPE));
1149 __ li(v0, Operand(GREATER));
1163 __ li(v0, Operand(GREATER)); // Things aren't less than themselves.
1164 } else if (cc == greater) {
1165 __ li(v0, Operand(LESS)); // Things aren't greater than themselves.
1172 // For less and greater we don't have to check for NaN since the result of
1202 __ li(v0, Operand(GREATER)); // NaN <= NaN should fail.
1355 __ li(v0, Operand(GREATER));
1439 // Not equal, not less, not NaN, must be greater.
1441 __ li(v0, Operand(GREATER));
1479 __ Branch(&return_not_equal, greater, a3, Operand(FIRST_SPEC_OBJECT_TYPE));
1742 __ li(t1, Operand(GREATER));
1753 // (GREATER). If rhs is equal to lhs, this will be corrected in next
1767 __ li(v0, Operand(GREATER));
1849 ncr = GREATER;
1858 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
4920 // string length. A negative value will be greater (unsigned comparison).
6354 __ li(v0, Operand(Smi::FromInt(GREATER)));
6816 // Otherwise it's greater, so just fall thru, and return.
6817 __ li(v0, Operand(GREATER));