Lines Matching refs:FTW
6123 pXState->x87.FTW = 0x00; /* 0 - empty. */
6186 pDst->FTW = pSrc->FTW & UINT16_C(0xff);
6301 pDst->FTW = pSrc->FTW & UINT16_C(0xff);
6428 pDstX87->FTW = uPtr.pu16[2];
6454 pDstX87->FTW = uPtr.pu16[2*2];
6478 pDstX87->FTW = iemFpuCompressFtw(pDstX87->FTW);
6548 pFpuCtx->FTW = 0x00; /* 0 - empty */
6666 Assert(!(RT_BIT(iReg1) & pFpuCtx->FTW) || !(RT_BIT(iReg2) & pFpuCtx->FTW));
6673 if (RT_BIT(iReg1) & pFpuCtx->FTW)
6675 if (RT_BIT(iReg2) & pFpuCtx->FTW)
6729 if ((pFpuCtx->FTW & (RT_BIT(iReg1) | RT_BIT(iReg2))) == (RT_BIT(iReg1) | RT_BIT(iReg2)))
6764 pFpuCtx->FTW &= ~RT_BIT(iReg1);