taglinefilesource code
I38737arch/i386/math-emu/fpu_system.h#define FPU_info    (I387.soft.info)
I38747arch/i386/math-emu/fpu_system.h#define FPU_lookahead           (I387.soft.lookahead)
I38751arch/i386/math-emu/fpu_system.h#define no_ip_update            (((char *)&(I387.soft.twd))[0])
I38752arch/i386/math-emu/fpu_system.h#define FPU_rm                  (((unsigned char *)&(I387.soft.twd))[1])
I38756arch/i386/math-emu/fpu_system.h#define access_limit            (((unsigned char *)&(I387.soft.twd))[2])
I38758arch/i386/math-emu/fpu_system.h#define partial_status         (I387.soft.swd)
I38759arch/i386/math-emu/fpu_system.h#define control_word    (I387.soft.cwd)
I38760arch/i386/math-emu/fpu_system.h#define regs      (I387.soft.regs)
I38761arch/i386/math-emu/fpu_system.h#define top      (I387.soft.top)
I38763arch/i386/math-emu/fpu_system.h#define instruction_address     (*(struct address *)&I387.soft.fip)
I38764arch/i386/math-emu/fpu_system.h#define operand_address         (*(struct address *)&I387.soft.foo)