Lines Matching defs:shift
1438 int32_t shift = WhichPowerOf2Abs(divisor);
1439 if (shift > 0) {
1440 // The arithmetic shift is always OK, the 'if' is an optimization only.
1441 if (shift > 1) __ sar(result, 31);
1442 __ shr(result, 32 - shift);
1444 __ sar(result, shift);
1535 // can simply do an arithmetic right shift.
1537 int32_t shift = WhichPowerOf2Abs(divisor);
1539 __ sar(dividend, shift);
1559 __ sar(dividend, shift);
1568 __ sar(dividend, shift);
3325 // Take the tag bit into account while computing the shift size.
5028 // < 7. The shift bias is the number of bits to shift the mantissa such that
5034 // Here result_reg (ecx) is the shift, scratch is the exponent word. Get the
5039 // Shift up to round