Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/math-emu/
Dfpu_system.h41 #define FPU_EFLAGS (FPU_info->regs->flags) macro
Dfpu_entry.c169 if ((FPU_EFLAGS & 0x00020000) != 0) { in math_emulate()
206 FPU_lookahead = !(FPU_EFLAGS & X86_EFLAGS_TF); in math_emulate()