Searched defs:X86_FCW_IM (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp5262 & ~(pFpuCtx->FCW & (X86_FCW_IM | X86_FCW_ZM | X86_FCW_DM)))
5275 else if (pFpuCtx->FCW & X86_FCW_IM)
5339 & ~(pFpuCtx->FCW & (X86_FCW_IM | X86_FCW_ZM | X86_FCW_DM)))
5408 & ~(pFpuCtx->FCW & (X86_FCW_IM | X86_FCW_ZM | X86_FCW_DM)))
5422 else if (pFpuCtx->FCW & X86_FCW_IM)
5683 if (pFpuCtx->FCW & X86_FCW_IM)
5771 if (pFpuCtx->FCW & X86_FCW_IM)
5798 if (pFpuCtx->FCW & X86_FCW_IM)
5826 if (pFpuCtx->FCW & X86_FCW_IM)
9076 if (pIemCpu->CTX_SUFF(pCtx)->CTX_SUFF(pXState)->x87.FCW & X86_FCW_IM) {
5682 Assert(iStReg < 8 || iStReg == UINT8_MAX); if (pFpuCtx->FCW & X86_FCW_IM) argument
[all...]
/vbox/include/iprt/
H A Dx86.h2515 #define X86_FCW_IM RT_BIT(0) macro

Completed in 165 milliseconds