Lines Matching defs:sign
172 // Save the sign.173 Register sign = result_reg;175 __ And(sign, input_high, Operand(HeapNumber::kSignMask));212 // Restore sign if necessary.213 __ mov(scratch, sign);214 result_reg = sign;215 sign = no_reg;2821 // For equality we do not care about the sign of the result.