SW_Top_Shift 677 arch/x86/math-emu/fpu_entry.c ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top)) SW_Top_Shift 697 arch/x86/math-emu/fpu_entry.c S387->ftop = (S387->swd >> SW_Top_Shift) & 7; SW_Top_Shift 1080 arch/x86/math-emu/reg_ld_str.c top = (partial_status >> SW_Top_Shift) & 7; SW_Top_Shift 50 arch/x86/math-emu/status_w.h ((partial_status & ~SW_Top & 0xffff) | ((top << SW_Top_Shift) & SW_Top))