tag | line | file | source code |
top | 613 | arch/i386/math-emu/errors.c | top--; |
top | 38 | arch/i386/math-emu/fpu_aux.c | top = 0; /* We don't keep top in the status word internally. */ |
top | 120 | arch/i386/math-emu/fpu_emu.h | #define st(x) ( regs[((top+x) &7 )] ) |
top | 126 | arch/i386/math-emu/fpu_emu.h | #define pop() { regs[(top++ & 7 )].tag = TW_Empty; } |
top | 127 | arch/i386/math-emu/fpu_emu.h | #define poppop() { regs[((top + 1) & 7 )].tag \ |
top | 128 | arch/i386/math-emu/fpu_emu.h | = regs[(top & 7 )].tag = TW_Empty; \ |
top | 129 | arch/i386/math-emu/fpu_emu.h | top += 2; } |
top | 132 | arch/i386/math-emu/fpu_emu.h | #define push() { top--; } |
top | 295 | arch/i386/math-emu/fpu_entry.c | top = 0; |
top | 61 | arch/i386/math-emu/fpu_system.h | #define top (I387.soft.top) |
top | 440 | arch/i386/math-emu/fpu_trig.c | top--; /* st0_ptr will be fixed in math_emulate() before the next instr */ |
top | 446 | arch/i386/math-emu/fpu_trig.c | top++; /* st0_ptr will be fixed in math_emulate() before the next instr */ |
top | 35 | arch/i386/math-emu/load_store.c | #define pop_0() { st0_ptr->tag = TW_Empty; top++; } |
top | 102 | arch/i386/math-emu/load_store.c | top--; |
top | 123 | arch/i386/math-emu/load_store.c | top++; |
top | 138 | arch/i386/math-emu/load_store.c | top++; |
top | 1197 | arch/i386/math-emu/reg_ld_str.c | top = (partial_status >> SW_Top_Shift) & 7; |
top | 1250 | arch/i386/math-emu/reg_ld_str.c | stnr = (i+top) & 7; |
top | 1368 | arch/i386/math-emu/reg_ld_str.c | write_to_extended(®s[(top + i) & 7], d + 10 * i); |
top | 50 | arch/i386/math-emu/status_w.h | ((partial_status & ~SW_Top & 0xffff) | ((top << SW_Top_Shift) & SW_Top)) |
top | 432 | drivers/char/console.c | top = 0; |
top | 500 | drivers/char/console.c | new_y += top; |
top | 684 | drivers/char/console.c | scrup(currcons,top,bottom); |
top | 697 | drivers/char/console.c | if (y == top) |
top | 698 | drivers/char/console.c | scrdown(currcons,top,bottom); |
top | 944 | drivers/char/console.c | sprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1); |
top | 1288 | drivers/char/console.c | top = 0; |
top | 1743 | drivers/char/console.c | top=par[0]-1; |
top | 62 | include/asm-i386/processor.h | long top; |