Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dstatus_w.h24 #define SW_Top_Shift Const__(11) /* shift for top of stack bits */ macro
50 ((partial_status & ~SW_Top & 0xffff) | ((top << SW_Top_Shift) & SW_Top))
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()
Dreg_ld_str.c1226 top = (partial_status >> SW_Top_Shift) & 7; in fldenv()