taglinefilesource code
swd99include/linux/math_emu.h#define SWD (*(struct swd *) &I387.swd)
swd120include/linux/math_emu.h#define set_IE() (I387.swd |= 1)
swd121include/linux/math_emu.h#define set_DE() (I387.swd |= 2)
swd122include/linux/math_emu.h#define set_ZE() (I387.swd |= 4)
swd123include/linux/math_emu.h#define set_OE() (I387.swd |= 8)
swd124include/linux/math_emu.h#define set_UE() (I387.swd |= 16)
swd125include/linux/math_emu.h#define set_PE() (I387.swd |= 32)
swd127include/linux/math_emu.h#define set_C0() (I387.swd |= 0x0100)
swd128include/linux/math_emu.h#define set_C1() (I387.swd |= 0x0200)
swd129include/linux/math_emu.h#define set_C2() (I387.swd |= 0x0400)
swd130include/linux/math_emu.h#define set_C3() (I387.swd |= 0x4000)
swd73include/linux/sched.hlong  swd;
swd34include/linux/user.hlong  swd;
swd13kernel/math/compare.c#define clear_Cx() (I387.swd &= ~0x4500)
swd60kernel/math/emulate.cif (I387.cwd & I387.swd & 0x3f)
swd61kernel/math/emulate.cI387.swd |= 0x8000;
swd63kernel/math/emulate.cI387.swd &= 0x7fff;
swd150kernel/math/emulate.cI387.swd &= 0x7f00;
swd154kernel/math/emulate.cI387.swd = 0x0000;
swd164kernel/math/emulate.c*(short *) &EAX = I387.swd;
swd393kernel/math/emulate.cI387.swd = 0x0000;
swd399kernel/math/emulate.cput_fs_word(I387.swd,(short *) address);
swd489kernel/math/emulate.cI387.swd = 0x0000;
swd506kernel/math/emulate.ctmp = I387.swd & 0xffffc7ff;
swd507kernel/math/emulate.cI387.swd += 0x00000800;
swd508kernel/math/emulate.cI387.swd &= 0x00003800;
swd509kernel/math/emulate.cI387.swd |= tmp;
swd516kernel/math/emulate.ctmp = I387.swd & 0xffffc7ff;
swd517kernel/math/emulate.cI387.swd += 0x00003800;
swd518kernel/math/emulate.cI387.swd &= 0x00003800;
swd519kernel/math/emulate.cI387.swd |= tmp;
swd533kernel/math/emulate.ci += I387.swd >> 11;