Lines Matching defs:sign
220 // Save the sign.221 Register sign = result_reg;223 __ And(sign, input_high, Operand(HeapNumber::kSignMask));260 // Restore sign if necessary.261 __ mov(scratch, sign);262 result_reg = sign;263 sign = no_reg;3459 // For equality we do not care about the sign of the result.