Lines Matching full:d6
1689 movel %a3@+,%d6
1690 btst #0,%d6
1702 91: putn %d6
1723 movel %a0@+,%d6
1724 btst #1,%d6
1730 andil #0xfffffe00,%d6
1731 movel %d6,%a1
1735 movel %a1@+,%d6
1736 btst #1,%d6
1742 andil #0xffffff00,%d6
1743 movel %d6,%a2
1747 movel %a2@+,%d6
1748 btst #0,%d6
1755 movel %d6,%d1
1788 movel %d0,%d6
1802 movel %d0,%d6
1810 btstl #10,%d6
1812 btstl #7,%d6
1815 btstl #6,%d6
1818 btstl #5,%d6
1823 btstl #5,%d6
1829 btstl #6,%d6
1846 movel %a0@+,%d6
1847 btst #1,%d6 /* is it a table ptr? */
1849 btst #0,%d6 /* is it early terminating? */
1858 andil #0xfffffff0,%d6
1859 movel %d6,%a1
1863 movel %a1@+,%d6
1864 btst #1,%d6 /* is it a table ptr? */
1866 btst #0,%d6 /* is it a page descriptor? */
1875 andil #0xfffffff0,%d6
1876 movel %d6,%a2
1880 movel %a2@+,%d6
1881 btst #0,%d6
1912 movel %d6,%d1
1952 movel %d1,%d6
3339 * d6 = number of bytes on the entire screen
3351 movel %d5,%d6
3352 | subl #20,%d6
3353 mulul %d4,%d6 /* scan line bytes x num scan lines */
3354 divul #8,%d6 /* we'll clear 8 bytes at a time */
3356 subq #1,%d6
3361 dbra %d6,L(console_clear_loop)
3434 movel #31,%d6
3443 dbra %d6,L(console_penguin_pixel_pair)
3488 movel %a0@,%d6
3491 mulul %d4,%d6 /* scan line bytes x num scan lines */
3492 divul #32,%d6 /* we'll move 8 longs at a time */
3493 subq #1,%d6
3504 dbra %d6,L(console_scroll_loop)
3507 movel %a0@,%d6
3509 mulul %a0@(FONT_DESC_HEIGHT),%d6 /* scan line bytes x font height */
3510 divul #32,%d6 /* we'll move 8 words at a time */
3511 subq #1,%d6
3523 dbra %d6,L(console_scroll_clear_loop)
3609 * d6 = count down for the font's pixel width (8)
3621 movel %a0@(FONT_DESC_WIDTH),%d6 /* Load fbcon_font_desc.width into d6 */
3622 subql #1,%d6
3629 dbra %d6,L(console_do_font_scanline)