Home
last modified time | relevance | path

Searched refs:__INITIAL_FPUCW__ (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dfpu.h204 #define __INITIAL_FPUCW__ 0x037F macro
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c420 control = __INITIAL_FPUCW__; in fpuinit()
780 if (pcb->pcb_initial_fpucw != __INITIAL_FPUCW__) in restore_fpu_curthread()
H A Dmachdep.c604 pcb->pcb_initial_fpucw = __INITIAL_FPUCW__; in exec_setregs()