S387 677 arch/x86/math-emu/fpu_entry.c ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top)) S387 697 arch/x86/math-emu/fpu_entry.c S387->ftop = (S387->swd >> SW_Top_Shift) & 7; S387 698 arch/x86/math-emu/fpu_entry.c offset = (S387->ftop & 7) * 10; S387 713 arch/x86/math-emu/fpu_entry.c tags = S387->twd; S387 714 arch/x86/math-emu/fpu_entry.c newtop = S387->ftop; S387 720 arch/x86/math-emu/fpu_entry.c FPU_tagof((FPU_REG *) ((u_char *) S387->st_space + S387 726 arch/x86/math-emu/fpu_entry.c S387->twd = tags; S387 739 arch/x86/math-emu/fpu_entry.c int offset = (S387->ftop & 7) * 10, other = 80 - offset; S387 744 arch/x86/math-emu/fpu_entry.c S387->cwd &= ~0xe080; S387 746 arch/x86/math-emu/fpu_entry.c S387->cwd |= 0xffff0040; S387 747 arch/x86/math-emu/fpu_entry.c S387->swd = sstatus_word() | 0xffff0000; S387 748 arch/x86/math-emu/fpu_entry.c S387->twd |= 0xffff0000; S387 749 arch/x86/math-emu/fpu_entry.c S387->fcs &= ~0xf8000000; S387 750 arch/x86/math-emu/fpu_entry.c S387->fos |= 0xffff0000;