Home | History | Annotate | Download | only in x64

Lines Matching refs:kExponentBits

619   __ shr(double_exponent, Immediate(64 - HeapNumber::kExponentBits));
1719 __ andl(rdi, Immediate((1 << HeapNumber::kExponentBits) - 1));