Home | History | Annotate | Download | only in mips

Lines Matching defs:sign

940     // Move sign bit from source to destination.  This works because the sign
942 // as the 2's complement sign bit in a Smi.
2076 // Get the argument exponent and clear the sign bit.
2187 // Do bitwise not or do nothing depending on the sign
2192 // Add 1 or do nothing depending on the sign of the argument.
2205 // sign.
2210 // Check the sign of the argument. If the argument is positive,
2218 // If the argument is negative, clear the sign, and return a new
3983 Label done, sign;
4019 __ Branch(&sign, ge, t6, Operand(zero_reg));
4028 __ bind(&sign);