Lines Matching refs:add
380 # add.l %d6, %d4 # (U1U2 - V1q) + U3
402 # need to add back divisor longword to current ms 3 digits of dividend
409 add.l %d3, %d6 # aligned with 3rd word of dividend
414 add.l %d3, %d5
429 # add 2nd word to quotient, get the remainder.
465 add.w %d5, %d6 # add msw of l*l to lsw of m*l product
466 addx.w %d4, %d3 # add any carry to m*m product
467 add.w %d2, %d6 # add in lsw of other m*l product
468 addx.w %d4, %d3 # add any carry to m*m product
474 add.l %d2, %d5
475 add.l %d3, %d5 # %d5 now ms 32 bits of final product
558 # add lo portions of [2],[3] to hi portion of [1].
559 # add carries produced from these adds to [4].
563 add.w %d1,%d0 # hi([1]) + lo([2])
565 add.w %d2,%d0 # hi([1]) + lo([3])
570 # now, clear lo, put hi in lo reg, and add to [4]
575 add.l %d2,%d1 # [4] + hi([2])
576 add.l %d3,%d1 # [4] + hi([3])
684 # add lo portions of [2],[3] to hi portion of [1].
685 # add carries produced from these adds to [4].
689 add.w %d1,%d0 # hi([1]) + lo([2])
691 add.w %d2,%d0 # hi([1]) + lo([3])
696 # now, clear lo, put hi in lo reg, and add to [4]
701 add.l %d2,%d1 # [4] + hi([2])
702 add.l %d3,%d1 # [4] + hi([3])