Lines Matching refs:dividend
774 Register dividend = ToRegister(instr->InputAt(0));
782 __ testl(dividend, dividend);
784 __ negl(dividend);
785 __ andl(dividend, Immediate(divisor - 1));
786 __ negl(dividend);
794 __ andl(dividend, Immediate(divisor - 1));
823 // If the dividend is smaller than the nonnegative
824 // divisor, the dividend is the result.
839 // Try a few subtractions of the dividend.
842 // Reduce the dividend by the divisor.
844 // Check if the dividend is less than the divisor.