Lines Matching refs:use
23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
86 # or 32-bit divides if possible. Else, use a special math algorithm #
143 beq.b ldspecialcases # use positive divide
174 bls.b ld32bitdivide # yes, so use 32 bit divide
229 # use movm here to not disturb the condition codes.
283 # if the divisor msw is 0, use simpler algorithm then the full blown
287 bhi.b lddknuth # go use D. Knuth algorithm
341 # The comments use subscripts for the first quotient digit determination.
348 mov.w &0xffff, %d1 # use max trial quotient word
353 divu.w %d3, %d1 # use quotient of mslw/msw
462 # now use swap and addx to consolidate to two longwords
472 swap %d5 # now use msws of longwords
590 # use movm here to not disturb the condition codes.
727 # use movm here to not disturb the condition codes.