Home | History | Annotate | Download | only in string

Lines Matching refs:d0

88 	clrl %d0
89 moveb %d2,%d0
90 movel %d0,%d2
91 lsll #8,%d0
92 orl %d0,%d2
93 lsll #8,%d0
94 orl %d0,%d2
95 lsll #8,%d0
96 orl %d0,%d2
99 movl %a0,%d0
100 btst #0,%d0 | if (dst & 1)
104 addql #1,%d0
108 btst #1,%d0 | if (dst & 2)
114 movel %d1,%d0
115 lsrl #5,%d0 | cnt = len / 32
118 subql #1,%d0 | set up for dbf
129 dbf %d0,.Lbz32loop | till done
130 clrw %d0
132 subql #1,%d0
138 movel %d1,%d0
139 lsrl #2,%d0 | cnt = len / 4
141 subql #1,%d0 | set up for dbf
145 dbf %d0,.Lbzlloop | till done
148 clrw %d0
151 subql #1,%d0
168 movl 8(%sp),%d0 | return destination
170 moveal %d0,%a0