Home | History | Annotate | Download | only in x87

Lines Matching refs:kExponentShift

5207   __ shr(scratch2, HeapNumber::kExponentShift);
5223 int shift_bias = (30 - HeapNumber::kExponentShift) - 7 - 1;
5229 __ or_(scratch, 1 << HeapNumber::kExponentShift);