Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dfpu.c74 #define fldcw(cw) __asm __volatile("fldcw %0" : : "m" (cw)) macro
150 void fldcw(u_short cw);
421 fldcw(control); in fpuinit()
781 fldcw(pcb->pcb_initial_fpucw); in restore_fpu_curthread()
/f-stack/freebsd/i386/i386/
H A Dnpx.c84 #define fldcw(cw) __asm __volatile("fldcw %0" : : "m" (cw)) macro
131 void fldcw(u_short cw);
286 fldcw(control); in npx_probe()
458 fldcw(control); in npxinit()
864 fldcw(pcb->pcb_initial_npxcw); in restore_npx_curthread()