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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h6720 uint16_t u16Fsw = pFpuCtx->FSW; local
6721 if (u16Fsw & X86_FSW_ES)
6727 unsigned const iReg1 = X86_FSW_TOP_GET(u16Fsw);
6731 uint32_t u32Eflags = pfnAImpl(pFpuCtx, &u16Fsw, &pFpuCtx->aRegs[0].r80, &pFpuCtx->aRegs[iStReg].r80);
6735 pFpuCtx->FSW |= u16Fsw & ~X86_FSW_TOP_MASK;
6736 if ( !(u16Fsw & X86_FSW_IE)
H A DIEMAll.cpp5940 uint16_t u16Fsw = pFpuCtx->FSW; local
5941 if ((u16Fsw & X86_FSW_XCPT_MASK) & ~(pFpuCtx->FCW & X86_FCW_XCPT_MASK))
5942 u16Fsw |= X86_FSW_ES | X86_FSW_B;
5944 u16Fsw &= ~(X86_FSW_ES | X86_FSW_B);
5945 pFpuCtx->FSW = u16Fsw;

Completed in 69 milliseconds