Home
last modified time | relevance | path

Searched refs:__INITIAL_NPXCW__ (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/x86/include/
HDfpu.h205 #define __INITIAL_NPXCW__ __INITIAL_FPUCW_I386__ macro
/freebsd-14-stable/lib/msun/i387/
HDfenv.c41 __INITIAL_NPXCW__,
/freebsd-14-stable/sys/i386/i386/
HDnpx.c422 control = __INITIAL_NPXCW__; in npxinit()
831 if (pcb->pcb_initial_npxcw != __INITIAL_NPXCW__) in restore_npx_curthread()
HDexec_machdep.c998 pcb->pcb_initial_npxcw = __INITIAL_NPXCW__; in exec_setregs()