Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dinitcpu.c218 ccr4 |= CCR4_FASTFPE; in init_5x86()
220 ccr4 &= ~CCR4_FASTFPE; in init_5x86()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h913 #define CCR4_FASTFPE 0x20 /* Fast FPU exception */ macro