Home
last modified time | relevance | path

Searched refs:I387 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_system.h76 #define I387 (&current->thread.fpu.fpstate->regs) macro
77 #define FPU_info (I387->soft.info)
87 #define FPU_lookahead (I387->soft.lookahead)
91 #define no_ip_update (*(u_char *)&(I387->soft.no_update))
92 #define FPU_rm (*(u_char *)&(I387->soft.rm))
96 #define access_limit (*(u_char *)&(I387->soft.alimit))
98 #define partial_status (I387->soft.swd)
99 #define control_word (I387->soft.cwd)
100 #define fpu_tag_word (I387->soft.twd)
101 #define registers (I387->soft.st_space)
[all …]
H A Dreg_ld_str.c1184 I387->soft.fcs &= ~0xf8000000; in fstenv()
1185 I387->soft.fos |= 0xffff0000; in fstenv()