Lines Matching refs:less
480 // greater than 1 (not a special case) or less than 1 (special case of 0).
1131 if (cc == less || cc == greater) {
1152 __ li(v0, Operand(LESS));
1162 if (cc == less) {
1163 __ li(v0, Operand(GREATER)); // Things aren't less than themselves.
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
1204 __ li(v0, Operand(LESS)); // NaN >= NaN should fail.
1357 __ li(v0, Operand(LESS));
1439 // Not equal, not less, not NaN, must be greater.
1449 __ li(v0, Operand(LESS));
1466 __ Branch(&first_non_object, less, a2, Operand(FIRST_SPEC_OBJECT_TYPE));
1741 __ li(t0, Operand(LESS));
1748 // Check if LESS condition is satisfied. If true, move conditionally
1769 __ li(v0, Operand(LESS));
1852 ncr = LESS;
1858 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
4919 // Check that the third argument is a positive smi less than the subject
5827 // Copy words from src to dest, until less than four bytes left.
6356 __ li(v0, Operand(Smi::FromInt(LESS)));
6813 // Test if less (unordered case is already handled).
6825 __ li(v0, Operand(LESS));