Lines Matching full:d7
1641 func_start mmu_print,%a0-%a6/%d0-%d7
1663 movel %a5@+,%d7 | Burn an entry to skip the kernel mappings,
1669 movel %a5@+,%d7
1670 btst #1,%d7
1673 2: putn %d7
1674 andil #0xFFFFFE00,%d7
1675 movel %d7,%a4
1681 movel %a4@+,%d7
1682 btst #1,%d7
1685 4: putn %d7
1686 andil #0xFFFFFF00,%d7
1687 movel %d7,%a3
1923 moveml %a0/%d7,%sp@-
1936 moveml %sp@+,%a0/%d7
1941 moveml %d0-%d7/%a0,%sp@-
1965 movel %d5,%d7
1966 subl %a4,%d7
1967 addl %d7,%a0@(mmu_next_physical)
1970 moveml %sp@+,%d0-%d7/%a0
3092 moveml %d0-%d7/%a2-%a6,%sp@-
3134 moveml %sp@+,%d0-%d7/%a2-%a6
3331 func_start console_init,%a0-%a4/%d0-%d7
3425 func_start console_put_penguin,%a0-%a1/%d0-%d7
3435 movel #73,%d7
3451 dbra %d7,L(console_penguin_row)
3466 func_start console_scroll,%a0-%a4/%d0-%d7
3533 func_start console_putc,%a0/%a1/%d0-%d7
3539 /* Output character in d7 on console.
3541 movel ARG1,%d7
3542 cmpib #'\n',%d7
3550 cmpib #10,%d7
3565 cmpib #13,%d7
3571 cmpib #1,%d7
3578 * At this point we know that the %d7 character is going to be
3584 * d7 = character number
3602 andl #0x000000ff,%d7
3604 mulul %a0@(FONT_DESC_HEIGHT),%d7 /* d7 = index into font data */
3605 addl %d7,%a1 /* a1 = points to char image */
3614 * d7 = count down for the font's pixel count in height
3619 movel %a0@(FONT_DESC_HEIGHT),%d7 /* Load fbcon_font_desc.height into d7 */
3620 subq #1,%d7
3638 dbra %d7,L(console_read_char_scanline)