taglinefilesource code
top613arch/i386/math-emu/errors.ctop--;
top38arch/i386/math-emu/fpu_aux.ctop = 0;            /* We don't keep top in the status word internally. */
top120arch/i386/math-emu/fpu_emu.h#define  st(x)  ( regs[((top+x) &7 )] )
top126arch/i386/math-emu/fpu_emu.h#define pop()  { regs[(top++ & 7 )].tag = TW_Empty; }
top127arch/i386/math-emu/fpu_emu.h#define poppop() { regs[((top + 1) & 7 )].tag \
top128arch/i386/math-emu/fpu_emu.h= regs[(top & 7 )].tag = TW_Empty; \
top129arch/i386/math-emu/fpu_emu.htop += 2; }
top132arch/i386/math-emu/fpu_emu.h#define push()  { top--; }
top295arch/i386/math-emu/fpu_entry.ctop = 0;
top61arch/i386/math-emu/fpu_system.h#define top      (I387.soft.top)
top440arch/i386/math-emu/fpu_trig.ctop--;  /* st0_ptr will be fixed in math_emulate() before the next instr */
top446arch/i386/math-emu/fpu_trig.ctop++;  /* st0_ptr will be fixed in math_emulate() before the next instr */
top35arch/i386/math-emu/load_store.c#define pop_0()  { st0_ptr->tag = TW_Empty; top++; }
top102arch/i386/math-emu/load_store.ctop--;
top123arch/i386/math-emu/load_store.ctop++;
top138arch/i386/math-emu/load_store.ctop++;
top1197arch/i386/math-emu/reg_ld_str.ctop = (partial_status >> SW_Top_Shift) & 7;
top1250arch/i386/math-emu/reg_ld_str.cstnr = (i+top) & 7;
top1368arch/i386/math-emu/reg_ld_str.cwrite_to_extended(&regs[(top + i) & 7], d + 10 * i);
top50arch/i386/math-emu/status_w.h((partial_status & ~SW_Top & 0xffff) | ((top << SW_Top_Shift) & SW_Top))
top439drivers/char/console.ctop = 0;
top499drivers/char/console.cnew_y += top;
top690drivers/char/console.cscrup(currcons,top,bottom);
top703drivers/char/console.cif (y == top)
top704drivers/char/console.cscrdown(currcons,top,bottom);
top950drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
top1261drivers/char/console.ctop    = 0;
top1659drivers/char/console.ctop=par[0]-1;
top68include/asm-i386/processor.hlong    top;