S387              636 arch/x86/math-emu/fpu_entry.c   ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top))
S387              656 arch/x86/math-emu/fpu_entry.c 	S387->ftop = (S387->swd >> SW_Top_Shift) & 7;
S387              657 arch/x86/math-emu/fpu_entry.c 	offset = (S387->ftop & 7) * 10;
S387              672 arch/x86/math-emu/fpu_entry.c 	tags = S387->twd;
S387              673 arch/x86/math-emu/fpu_entry.c 	newtop = S387->ftop;
S387              679 arch/x86/math-emu/fpu_entry.c 			    FPU_tagof((FPU_REG *) ((u_char *) S387->st_space +
S387              685 arch/x86/math-emu/fpu_entry.c 	S387->twd = tags;
S387              698 arch/x86/math-emu/fpu_entry.c 	int offset = (S387->ftop & 7) * 10, other = 80 - offset;
S387              703 arch/x86/math-emu/fpu_entry.c 	S387->cwd &= ~0xe080;
S387              705 arch/x86/math-emu/fpu_entry.c 	S387->cwd |= 0xffff0040;
S387              706 arch/x86/math-emu/fpu_entry.c 	S387->swd = sstatus_word() | 0xffff0000;
S387              707 arch/x86/math-emu/fpu_entry.c 	S387->twd |= 0xffff0000;
S387              708 arch/x86/math-emu/fpu_entry.c 	S387->fcs &= ~0xf8000000;
S387              709 arch/x86/math-emu/fpu_entry.c 	S387->fos |= 0xffff0000;