Lines Matching refs:d6

1693 	movel	%a3@+,%d6
1694 btst #0,%d6
1706 91: putn %d6
1727 movel %a0@+,%d6
1728 btst #1,%d6
1734 andil #0xfffffe00,%d6
1735 movel %d6,%a1
1739 movel %a1@+,%d6
1740 btst #1,%d6
1746 andil #0xffffff00,%d6
1747 movel %d6,%a2
1751 movel %a2@+,%d6
1752 btst #0,%d6
1759 movel %d6,%d1
1792 movel %d0,%d6
1806 movel %d0,%d6
1814 btstl #10,%d6
1816 btstl #7,%d6
1819 btstl #6,%d6
1822 btstl #5,%d6
1827 btstl #5,%d6
1833 btstl #6,%d6
1850 movel %a0@+,%d6
1851 btst #1,%d6 /* is it a table ptr? */
1853 btst #0,%d6 /* is it early terminating? */
1862 andil #0xfffffff0,%d6
1863 movel %d6,%a1
1867 movel %a1@+,%d6
1868 btst #1,%d6 /* is it a table ptr? */
1870 btst #0,%d6 /* is it a page descriptor? */
1879 andil #0xfffffff0,%d6
1880 movel %d6,%a2
1884 movel %a2@+,%d6
1885 btst #0,%d6
1916 movel %d6,%d1
1956 movel %d1,%d6
3355 movel %d5,%d6
3356 | subl #20,%d6
3357 mulul %d4,%d6 /* scan line bytes x num scan lines */
3358 divul #8,%d6 /* we'll clear 8 bytes at a time */
3360 subq #1,%d6
3365 dbra %d6,L(console_clear_loop)
3438 movel #31,%d6
3447 dbra %d6,L(console_penguin_pixel_pair)
3492 movel %a0@,%d6
3495 mulul %d4,%d6 /* scan line bytes x num scan lines */
3496 divul #32,%d6 /* we'll move 8 longs at a time */
3497 subq #1,%d6
3508 dbra %d6,L(console_scroll_loop)
3511 movel %a0@,%d6
3513 mulul %a0@(FONT_DESC_HEIGHT),%d6 /* scan line bytes x font height */
3514 divul #32,%d6 /* we'll move 8 words at a time */
3515 subq #1,%d6
3527 dbra %d6,L(console_scroll_clear_loop)
3625 movel %a0@(FONT_DESC_WIDTH),%d6 /* Load fbcon_font_desc.width into d6 */
3626 subql #1,%d6
3633 dbra %d6,L(console_do_font_scanline)