• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/

Lines Matching refs:d5

8498 	mov.l		8(%a0),%d5		# (D4,D5) is (Hi_X,Lo_X)
8505 mov.l %d5,%d4
8506 clr.l %d5
8515 mov.l %d5,XFRAC+4(%a6)
8528 mov.l %d5,%d7 # a copy of D5
8529 lsl.l %d6,%d5
8537 mov.l %d5,XFRAC+4(%a6)
9799 mov.l SRC_LO(%a0),%d5 # (D3,D4,D5) is |Y|
9809 mov.l %d5,%d4
9810 clr.l %d5
9824 mov.l %d5,%d7 # a copy of D5
9825 lsl.l %d6,%d5
9911 cmp.l %d2,%d5 # compare lo(R) and lo(Y)
9924 sub.l %d5,%d2 # lo(R) - lo(Y)
9987 mov.l %d5,Y_Lo(%a6)
10002 mov.l %d5,Y_Lo(%a6)
10018 cmp.l %d2,%d5
19035 # d5 = extword
19040 movm.l &0x3c00,-(%sp) # save d2-d5
19042 mov.l %d0,%d5 # put extword in d5
19054 movm.l &0x3c00,-(%sp) # save d2-d5
19056 mov.l L_SCR1(%a6),%d5
19059 btst &0xb,%d5 # is index word or long?
19064 bfextu %d5{&21:&2},%d0
19070 btst &0x7,%d5 # is the bd suppressed?
19076 bfextu %d5{&26:&2},%d0 # get bd size
19107 bfextu %d5{&30:&2},%d0 # is od suppressed?
19140 btst &0x2,%d5 # pre or post indexing?
19170 movm.l (%sp)+,&0x003c # restore d2-d5
19177 movm.l (%sp)+,&0x003c # restore d2-d5
19182 movm.l (%sp)+,&0x003c # restore d2-d5
21112 mov.l %d5,%d0
21197 mov.l %d0,%d5
21258 mov.w %d0,%d5
21319 mov.b %d0,%d5
23078 movm.l &0x3c00,-(%sp) # save d2-d5
23226 # (*) d5: lword counter
23248 mov.l &1,%d5 # init lword counter
23249 mov.l (%a0,%d5.L*4),%d4 # get lword 2 to d4
23252 addq.l &1,%d5 # inc lword counter
23253 mov.l (%a0,%d5.L*4),%d4 # get lword 3 to d4
23296 mov.l &2,%d5 # set up d5 to point to lword 3
23297 mov.l (%a0,%d5.L*4),%d4 # get lword 3
23299 sub.l &1,%d5 # dec d5 to point to lword 2
23301 mov.l (%a0,%d5.L*4),%d4 # get lword 2
23456 movm.l (%sp)+,&0x3c # restore d2-d5
23596 # d5: LAMBDA/ICTR
23676 # d5: x/x
23719 # loop entry A6. The lower word of d5 is used for ICTR.
23721 clr.w %d5 # clear ICTR
23738 # d5: ICTR/Unchanged
23810 # d5: 0/ICTR:LAMBDA
23834 swap %d5 # use upper word of d5 for LAMBDA
23835 clr.w %d5 # set it zero initially
23839 addq.w &1,%d5 # if neg, set LAMBDA true
23850 add.w %d5,%d1 # add in LAMBDA
23913 # d5: ICTR:LAMBDA
23930 tst.w %d5 # LAMBDA is in lower word of d5
24001 # d5: ICTR:LAMBDA
24042 # d5: ICTR:LAMBDA/Unchanged
24110 # d5: ICTR:LAMBDA/LAMBDA:ICTR
24125 swap %d5 # put ICTR in lower word of d5
24126 tst.w %d5 # check if ICTR = 0
24159 mov.w &1,%d5 # set ICTR
24173 mov.w &1,%d5 # set ICTR
24218 # d5: ICTR:LAMBDA/LAMBDA:ICTR
24291 # d5: ICTR:LAMBDA/LAMBDA:ICTR
24371 # d5: ICTR:LAMBDA/LAMBDA:ICTR
24478 # Copy the fraction in d2:d3 to d4:d5. #
24483 # A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb #
24486 # A5. Add using the carry the 64-bit quantities in d2:d3 and d4:d5 #
24507 # d5: lower 32-bits of fraction for mul by 2
24523 # A2. Copy d2:d3 to d4:d5. Start loop.
24527 mov.l %d3,%d5 # to d4:d5
24537 # A4. Multiply d4:d5 by 2; add carry out to d1.
24539 asl.l &1,%d5 # mul d5 by 2
24546 add.l %d5,%d3 # add lower 32 bits