Lines Matching refs:d4
1672 movel #PTR_TABLE_SIZE,%d4
1674 3: tstl %d4
1676 subq #1,%d4
2112 func_start mmu_map,%d0-%d4/%a0-%a4
3346 movel %d3,%d4
3347 swap %d4 /* -> high byte */
3349 andl #0xffff,%d4 /* d4 = screen height in pixels */
3353 mulul %d4,%d6 /* scan line bytes x num scan lines */
3401 movel %d4,%d1 /* screen height in pixels */
3480 movel %d3,%d4
3481 swap %d4
3483 andl #0xffff,%d4 /* d4 = screen height in pixels */
3491 subl %a0@(FONT_DESC_HEIGHT),%d4 /* we're not scrolling the top row! */
3492 mulul %d4,%d6 /* scan line bytes x num scan lines */
3647 func_start console_plot_pixel,%a0-%a1/%d0-%d4
3667 movel %d0,%d4 /* we need the low order 3 bits! */
3671 andb #7,%d4
3672 eorb #7,%d4 /* reverse the x-coordinate w/ screen-bit # */
3675 bsetb %d4,%a1@
3678 bclrb %d4,%a1@
3684 movel %d0,%d4 /* we need the low order 2 bits! */
3688 andb #3,%d4
3689 eorb #3,%d4 /* reverse the x-coordinate w/ screen-bit # */
3690 lsll #1,%d4 /* ! */
3693 bsetb %d4,%a1@
3694 addq #1,%d4
3695 bsetb %d4,%a1@
3698 bclrb %d4,%a1@
3699 addq #1,%d4
3700 bclrb %d4,%a1@
3706 movel %d0,%d4 /* we need the low order bit! */
3710 andb #1,%d4
3711 eorb #1,%d4
3712 lsll #2,%d4 /* ! */
3715 bsetb %d4,%a1@
3716 addq #1,%d4
3717 bsetb %d4,%a1@
3718 addq #1,%d4
3719 bsetb %d4,%a1@
3720 addq #1,%d4
3721 bsetb %d4,%a1@
3724 bclrb %d4,%a1@
3725 addq #1,%d4
3726 bclrb %d4,%a1@
3727 addq #1,%d4
3728 bclrb %d4,%a1@
3729 addq #1,%d4
3730 bclrb %d4,%a1@