Lines Matching full:d6
130 clrl %d6
131 bfffo %d4{#0:#32},%d6
132 lsll %d6,%d4
133 subl %d6,%d3 | ...(D3,D4,D5) is normalized
138 clrl %d6
139 bfffo %d4{#0:#32},%d6
140 subl %d6,%d3
141 lsll %d6,%d4
143 lsll %d6,%d5
144 negl %d6
145 addil #32,%d6
146 lsrl %d6,%d7
175 clrl %d6
176 bfffo %d1{#0:#32},%d6
177 lsll %d6,%d1
178 subl %d6,%d0 | ...(D0,D1,D2) is normalized
183 clrl %d6
184 bfffo %d1{#0:#32},%d6
185 subl %d6,%d0
186 lsll %d6,%d1
188 lsll %d6,%d2
189 negl %d6
190 addil #32,%d6
191 lsrl %d6,%d7
206 clrl %d6 | ...D6 := carry <- 0
223 tstl %d6 | ...test carry bit
244 clrl %d6 | ...clear carry
255 scs %d6 | ...set Carry if 2(R) overflows
274 clrl %d6
275 bfffo %d1{#0:#32},%d6
276 lsll %d6,%d1
277 subl %d6,%d0 | ...(D0,D1,D2) is normalized
282 clrl %d6
283 bfffo %d1{#0:#32},%d6
285 subl %d6,%d0
286 lsll %d6,%d1
288 lsll %d6,%d2
289 negl %d6
290 addil #32,%d6
291 lsrl %d6,%d7
303 movel L_SCR1(%a6),%d6
304 movew %d6,Y(%a6)
317 movel L_SCR1(%a6),%d6
318 subil #0x3FFE,%d6
319 movel %d6,L_SCR1(%a6)
321 movew %d6,Y(%a6)
330 movel Mod_Flag(%a6),%d6
333 movel L_SCR1(%a6),%d6 | ...new biased expo(Y)
334 subql #1,%d6 | ...biased expo(Y/2)
335 cmpl %d6,%d0
357 movew SignX(%a6),%d6
364 clrl %d6
365 movew SignQ(%a6),%d6 | ...D6 is sign(Q)
367 lsrl %d7,%d6
369 orl %d6,%d3 | ...sign and bits of Q
371 fmovel %fpsr,%d6
372 andil #0xFF00FFFF,%d6
373 orl %d3,%d6
374 fmovel %d6,%fpsr | ...put Q in fpsr
409 movel %d3,%d6
410 andil #0x00000001,%d6
411 tstl %d6
416 movew SignX(%a6),%d6
417 eoril #0x00008000,%d6
418 movew %d6,SignX(%a6)