Lines Matching refs:divisor
51 * Input: dividend and divisor in %o0 and %o1 respectively.
72 * V the current comparand, initially divisor*2^(ITER*N-1)
88 define(divisor, `%o1')
134 orcc divisor, dividend, %g0 ! either negative?
137 `xor divisor, dividend, SIGN',
139 tst divisor
142 ! divisor is definitely negative; dividend might also be negative
144 neg divisor ! in any case, make divisor nonneg
145 1: ! dividend is negative, divisor is nonnegative
150 orcc divisor, %g0, V
161 cmp R, V ! if divisor exceeds dividend, done
187 ! We get here if the divisor overflowed while shifting.
262 ', ` add R, divisor, R