Lines Matching full:w
7 mov.w A1E,A1E ; denominator top word 0?
11 mov.w A0E,A2
13 divxu.w A1,A2P
14 mov.w A2E,A0E
15 divxu.w A1,A0P
16 mov.w A0E,A3
17 mov.w A2,A0E
32 mov.w e2,e2
36 mov.w e2,e2
42 mov.w e2,e2
45 rotxl.w r2
50 rotxr.w r2
59 divxu.w r2,er0 ; r0 now contains the approximate quotient (AQ)
63 mov.w e1,r2
64 mulxu.w r0,er2 ; er2 = upper (AQ - 1) * divisor
65 sub.w r2,e3 ; dividend - 65536 * er2
66 mov.w r1,r2
67 mulxu.w r0,er2 ; compute er3 = remainder (tentative)