Lines Matching full:quotient
220 * single register to store both the dividend and the quotient,
223 * remainder dividend:quotient
249 * The quotient is 00000110.
266 * OPX is div. Determine and store the sign of the quotient.
269 xor r17, r3, r5 /* MSB contains sign of quotient */
283 * r3 = dividend : quotient
288 * r17 = MSB contains sign of quotient
301 * (remainder:dividend:quotient) <<= 1;
312 * set LSB of quotient
329 * r3 = quotient
332 * r17 = MSB contains sign of quotient
337 * Conditionally negate signed quotient. If quotient is unsigned,
346 * Final quotient is in r3.
349 stw r3, 0(r6) /* write quotient to stack */