Lines Matching refs:divide
78 # 64-bit divide instruction. #
95 # sign info for later. Separate out special cases like divide-by-zero #
100 # zero, then perform a divide-by-zero using a 16-bit implemented #
101 # divide instruction. This way, the operating system can record that #
151 # separate signed and unsigned divide
153 beq.b ldspecialcases # use positive divide
184 bls.b ld32bitdivide # yes, so use 32 bit divide
187 bra.w ldivfinish # can't divide, we're done.
200 # perform the divide algorithm:
201 bsr.l ldclassical # do int divide