Lines Matching refs:d6
1676 movel %a3@+,%d6
1677 btst #0,%d6
1689 91: putn %d6
1710 movel %a0@+,%d6
1711 btst #1,%d6
1717 andil #0xfffffe00,%d6
1718 movel %d6,%a1
1722 movel %a1@+,%d6
1723 btst #1,%d6
1729 andil #0xffffff00,%d6
1730 movel %d6,%a2
1734 movel %a2@+,%d6
1735 btst #0,%d6
1742 movel %d6,%d1
1775 movel %d0,%d6
1789 movel %d0,%d6
1797 btstl #10,%d6
1799 btstl #7,%d6
1802 btstl #6,%d6
1805 btstl #5,%d6
1810 btstl #5,%d6
1816 btstl #6,%d6
1833 movel %a0@+,%d6
1834 btst #1,%d6 /* is it a table ptr? */
1836 btst #0,%d6 /* is it early terminating? */
1845 andil #0xfffffff0,%d6
1846 movel %d6,%a1
1850 movel %a1@+,%d6
1851 btst #1,%d6 /* is it a table ptr? */
1853 btst #0,%d6 /* is it a page descriptor? */
1862 andil #0xfffffff0,%d6
1863 movel %d6,%a2
1867 movel %a2@+,%d6
1868 btst #0,%d6
1899 movel %d6,%d1
1939 movel %d1,%d6
3330 movel %d5,%d6
3331 | subl #20,%d6
3332 mulul %d4,%d6 /* scan line bytes x num scan lines */
3333 divul #8,%d6 /* we'll clear 8 bytes at a time */
3335 subq #1,%d6
3340 dbra %d6,L(console_clear_loop)
3413 movel #31,%d6
3422 dbra %d6,L(console_penguin_pixel_pair)
3467 movel %a0@,%d6
3470 mulul %d4,%d6 /* scan line bytes x num scan lines */
3471 divul #32,%d6 /* we'll move 8 longs at a time */
3472 subq #1,%d6
3483 dbra %d6,L(console_scroll_loop)
3486 movel %a0@,%d6
3488 mulul %a0@(FONT_DESC_HEIGHT),%d6 /* scan line bytes x font height */
3489 divul #32,%d6 /* we'll move 8 words at a time */
3490 subq #1,%d6
3502 dbra %d6,L(console_scroll_clear_loop)
3600 movel %a0@(FONT_DESC_WIDTH),%d6 /* Load fbcon_font_desc.width into d6 */
3601 subql #1,%d6
3608 dbra %d6,L(console_do_font_scanline)