I387               77 arch/x86/math-emu/fpu_system.h #define FPU_info		(I387->soft.info)
I387               87 arch/x86/math-emu/fpu_system.h #define FPU_lookahead           (I387->soft.lookahead)
I387               91 arch/x86/math-emu/fpu_system.h #define no_ip_update		(*(u_char *)&(I387->soft.no_update))
I387               92 arch/x86/math-emu/fpu_system.h #define FPU_rm			(*(u_char *)&(I387->soft.rm))
I387               96 arch/x86/math-emu/fpu_system.h #define access_limit		(*(u_char *)&(I387->soft.alimit))
I387               98 arch/x86/math-emu/fpu_system.h #define partial_status		(I387->soft.swd)
I387               99 arch/x86/math-emu/fpu_system.h #define control_word		(I387->soft.cwd)
I387              100 arch/x86/math-emu/fpu_system.h #define fpu_tag_word		(I387->soft.twd)
I387              101 arch/x86/math-emu/fpu_system.h #define registers		(I387->soft.st_space)
I387              102 arch/x86/math-emu/fpu_system.h #define top			(I387->soft.ftop)
I387              104 arch/x86/math-emu/fpu_system.h #define instruction_address	(*(struct address *)&I387->soft.fip)
I387              105 arch/x86/math-emu/fpu_system.h #define operand_address		(*(struct address *)&I387->soft.foo)
I387             1184 arch/x86/math-emu/reg_ld_str.c 		I387->soft.fcs &= ~0xf8000000;
I387             1185 arch/x86/math-emu/reg_ld_str.c 		I387->soft.fos |= 0xffff0000;