taglinefilesource code
I38736drivers/FPU-emu/fpu_system.h#define FPU_info    (I387.soft.info)
I38746drivers/FPU-emu/fpu_system.h#define FPU_lookahead           (I387.soft.lookahead)
I38750drivers/FPU-emu/fpu_system.h#define no_ip_update            (((char *)&(I387.soft.twd))[0])
I38751drivers/FPU-emu/fpu_system.h#define FPU_rm                  (((unsigned char *)&(I387.soft.twd))[1])
I38755drivers/FPU-emu/fpu_system.h#define access_limit            (((unsigned char *)&(I387.soft.twd))[2])
I38757drivers/FPU-emu/fpu_system.h#define partial_status         (I387.soft.swd)
I38758drivers/FPU-emu/fpu_system.h#define control_word    (I387.soft.cwd)
I38759drivers/FPU-emu/fpu_system.h#define regs      (I387.soft.regs)
I38760drivers/FPU-emu/fpu_system.h#define top      (I387.soft.top)
I38762drivers/FPU-emu/fpu_system.h#define instruction_address     (*(struct address *)&I387.soft.fip)
I38763drivers/FPU-emu/fpu_system.h#define operand_address         (*(struct address *)&I387.soft.foo)