tag | line | file | source code |
I387 | 37 | arch/i386/math-emu/fpu_system.h | #define FPU_info (I387.soft.info) |
I387 | 47 | arch/i386/math-emu/fpu_system.h | #define FPU_lookahead (I387.soft.lookahead) |
I387 | 51 | arch/i386/math-emu/fpu_system.h | #define no_ip_update (((char *)&(I387.soft.twd))[0]) |
I387 | 52 | arch/i386/math-emu/fpu_system.h | #define FPU_rm (((unsigned char *)&(I387.soft.twd))[1]) |
I387 | 56 | arch/i386/math-emu/fpu_system.h | #define access_limit (((unsigned char *)&(I387.soft.twd))[2]) |
I387 | 58 | arch/i386/math-emu/fpu_system.h | #define partial_status (I387.soft.swd) |
I387 | 59 | arch/i386/math-emu/fpu_system.h | #define control_word (I387.soft.cwd) |
I387 | 60 | arch/i386/math-emu/fpu_system.h | #define regs (I387.soft.regs) |
I387 | 61 | arch/i386/math-emu/fpu_system.h | #define top (I387.soft.top) |
I387 | 63 | arch/i386/math-emu/fpu_system.h | #define instruction_address (*(struct address *)&I387.soft.fip) |
I387 | 64 | arch/i386/math-emu/fpu_system.h | #define operand_address (*(struct address *)&I387.soft.foo) |