Lines Matching refs:d4
1676 movel #PTR_TABLE_SIZE,%d4
1678 3: tstl %d4
1680 subq #1,%d4
2116 func_start mmu_map,%d0-%d4/%a0-%a4
3350 movel %d3,%d4
3351 swap %d4 /* -> high byte */
3353 andl #0xffff,%d4 /* d4 = screen height in pixels */
3357 mulul %d4,%d6 /* scan line bytes x num scan lines */
3405 movel %d4,%d1 /* screen height in pixels */
3483 movel %d3,%d4
3484 swap %d4
3486 andl #0xffff,%d4 /* d4 = screen height in pixels */
3494 subl %a0@(FONT_DESC_HEIGHT),%d4 /* we're not scrolling the top row! */
3495 mulul %d4,%d6 /* scan line bytes x num scan lines */
3650 func_start console_plot_pixel,%a0-%a1/%d0-%d4
3670 movel %d0,%d4 /* we need the low order 3 bits! */
3674 andb #7,%d4
3675 eorb #7,%d4 /* reverse the x-coordinate w/ screen-bit # */
3678 bsetb %d4,%a1@
3681 bclrb %d4,%a1@
3687 movel %d0,%d4 /* we need the low order 2 bits! */
3691 andb #3,%d4
3692 eorb #3,%d4 /* reverse the x-coordinate w/ screen-bit # */
3693 lsll #1,%d4 /* ! */
3696 bsetb %d4,%a1@
3697 addq #1,%d4
3698 bsetb %d4,%a1@
3701 bclrb %d4,%a1@
3702 addq #1,%d4
3703 bclrb %d4,%a1@
3709 movel %d0,%d4 /* we need the low order bit! */
3713 andb #1,%d4
3714 eorb #1,%d4
3715 lsll #2,%d4 /* ! */
3718 bsetb %d4,%a1@
3719 addq #1,%d4
3720 bsetb %d4,%a1@
3721 addq #1,%d4
3722 bsetb %d4,%a1@
3723 addq #1,%d4
3724 bsetb %d4,%a1@
3727 bclrb %d4,%a1@
3728 addq #1,%d4
3729 bclrb %d4,%a1@
3730 addq #1,%d4
3731 bclrb %d4,%a1@
3732 addq #1,%d4
3733 bclrb %d4,%a1@