SW_Top_Shift      636 arch/x86/math-emu/fpu_entry.c   ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top))
SW_Top_Shift      656 arch/x86/math-emu/fpu_entry.c 	S387->ftop = (S387->swd >> SW_Top_Shift) & 7;
SW_Top_Shift     1081 arch/x86/math-emu/reg_ld_str.c 	top = (partial_status >> SW_Top_Shift) & 7;
SW_Top_Shift       51 arch/x86/math-emu/status_w.h   ((partial_status & ~SW_Top & 0xffff) | ((top << SW_Top_Shift) & SW_Top))