I387 39 arch/x86/math-emu/fpu_system.h #define FPU_info (I387->soft.info) I387 49 arch/x86/math-emu/fpu_system.h #define FPU_lookahead (I387->soft.lookahead) I387 53 arch/x86/math-emu/fpu_system.h #define no_ip_update (*(u_char *)&(I387->soft.no_update)) I387 54 arch/x86/math-emu/fpu_system.h #define FPU_rm (*(u_char *)&(I387->soft.rm)) I387 58 arch/x86/math-emu/fpu_system.h #define access_limit (*(u_char *)&(I387->soft.alimit)) I387 60 arch/x86/math-emu/fpu_system.h #define partial_status (I387->soft.swd) I387 61 arch/x86/math-emu/fpu_system.h #define control_word (I387->soft.cwd) I387 62 arch/x86/math-emu/fpu_system.h #define fpu_tag_word (I387->soft.twd) I387 63 arch/x86/math-emu/fpu_system.h #define registers (I387->soft.st_space) I387 64 arch/x86/math-emu/fpu_system.h #define top (I387->soft.ftop) I387 66 arch/x86/math-emu/fpu_system.h #define instruction_address (*(struct address *)&I387->soft.fip) I387 67 arch/x86/math-emu/fpu_system.h #define operand_address (*(struct address *)&I387->soft.foo) I387 1183 arch/x86/math-emu/reg_ld_str.c I387->soft.fcs &= ~0xf8000000; I387 1184 arch/x86/math-emu/reg_ld_str.c I387->soft.fos |= 0xffff0000;