Home | History | Annotate | Download | only in arm

Lines Matching refs:kNonMantissaBitsInTopWord

4828   const int shift_distance = HeapNumber::kNonMantissaBitsInTopWord - 2;
4934 __ mov(r2, Operand(r2, LSL, HeapNumber::kNonMantissaBitsInTopWord));
5062 Operand(lhs_exponent, LSL, HeapNumber::kNonMantissaBitsInTopWord),
5075 Operand(rhs_exponent, LSL, HeapNumber::kNonMantissaBitsInTopWord),
5702 const int shift_distance = HeapNumber::kNonMantissaBitsInTopWord - 2;