Home
last modified time | relevance | path

Searched refs:ftop (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_entry.c679 ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top))
694 S387->ftop = (S387->swd >> SW_Top_Shift) & 7; in restore_i387_soft()
695 offset = (S387->ftop & 7) * 10; in restore_i387_soft()
709 newtop = S387->ftop; in restore_i387_soft()
730 int offset = (S387->ftop & 7) * 10, other = 80 - offset; in save_i387_soft()
Dfpu_system.h62 #define top (I387.soft.ftop)
/linux-2.4.37.9/include/asm-i386/
Dprocessor.h314 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member