Home | History | Annotate | Download | only in x64

Lines Matching refs:divisor

776     int32_t divisor =
779 if (divisor < 0) divisor = -divisor;
785 __ andl(dividend, Immediate(divisor - 1));
794 __ andl(dividend, Immediate(divisor - 1));
819 // The sign of the divisor doesn't matter.
824 // divisor, the dividend is the result.
828 // Check if the divisor is a PowerOfTwo integer.
842 // Reduce the dividend by the divisor.
844 // Check if the dividend is less than the divisor.