Home
last modified time | relevance | path

Searched refs:mc_fpformat (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Dnpx.c533 mctx->mc_fpformat = _MC_FPFMT_YMM; in npxpush()
538 mctx->mc_fpformat = _MC_FPFMT_XMM; in npxpush()
540 mctx->mc_fpformat = _MC_FPFMT_387; in npxpush()
544 mctx->mc_fpformat = _MC_FPFMT_NODEV; in npxpush()
/dragonfly/sys/cpu/x86_64/include/
H A Ducontext.h77 unsigned int mc_fpformat; member
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dnpx.c469 mctx->mc_fpformat = cpu_fxsr ? _MC_FPFMT_XMM : _MC_FPFMT_387; in npxpush()
472 mctx->mc_fpformat = _MC_FPFMT_NODEV; in npxpush()
/dragonfly/lib/libc/x86_64/gen/
H A Dquickcontext.c92 ucp->uc_mcontext.mc_fpformat = _MC_FPFMT_NODEV; in _makecontext_quick()
H A Dmakecontext.c119 ucp->uc_mcontext.mc_fpformat = _MC_FPFMT_NODEV; in _makecontext()
/dragonfly/lib/libc/x86_64/sys/
H A Dasmcontext.c43 ASSYM(MC_FPFORMAT, offsetof(mcontext_t, mc_fpformat));