Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Ducontext.h92 #define _MC_FPFMT_387 0x10001 macro
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dnpx.c469 mctx->mc_fpformat = cpu_fxsr ? _MC_FPFMT_XMM : _MC_FPFMT_387; in npxpush()
/dragonfly/sys/platform/pc64/x86_64/
H A Dnpx.c540 mctx->mc_fpformat = _MC_FPFMT_387; in npxpush()