Searched refs:FTW (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h6123 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
[all...]
H A DIEMAll.cpp5269 if (!(pFpuCtx->FTW & RT_BIT(iNewTop)))
5272 pFpuCtx->FTW |= RT_BIT(iNewTop);
5298 * Stores a result in a FPU register and updates the FSW and FTW.
5310 pFpuCtx->FTW |= RT_BIT(iReg);
5350 pFpuCtx->FTW &= ~RT_BIT(iOldTop);
5415 if (!(pFpuCtx->FTW & RT_BIT(iNewTop)))
5418 pFpuCtx->FTW |= RT_BIT(iNewTop);
5446 * Stores a result in a FPU register, updates the FSW, FTW, FPUIP, FPUCS, and
5464 * Stores a result in a FPU register, updates the FSW, FTW, FPUIP, FPUCS, and
5483 * Stores a result in a FPU register, updates the FSW, FTW, FPUI
[all...]
H A DEMAll.cpp569 CHECK_FIELD(fpu.FTW);
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMDbg.cpp253 if (!(pFpu->FTW & RT_BIT_32(iReg)))
1161 CPU_REG_XS_RO_AS("ftw", FTW, U16, x87, cpumR3RegGet_ftw, cpumR3RegSet_ftw, NULL, g_aCpumRegFields_ftw ),
1289 CPU_REG_DUMMY("ftw", FTW, U16),
H A DCPUM.cpp118 SSMFIELD_ENTRY( X86FXSTATE, FTW),
258 SSMFIELD_ENTRY( X86FXSTATE, FTW),
395 SSMFIELD_ENTRY( X86FXSTATE, FTW),
911 pFpuCtx->FTW = 0x00; /* All empty (abbridged tag reg edition). */
1617 pszPrefix, pFpuCtx->FCW, pszPrefix, pFpuCtx->FSW, pszPrefix, pFpuCtx->FTW, pszPrefix, pFpuCtx->FOP,
1626 unsigned uTag = pFpuCtx->FTW & (1 << iFPR) ? 1 : 0;
/vbox/include/iprt/
H A Dx86.h2231 uint16_t FTW; member in struct:X86FSTENV32P
2388 uint16_t FTW; member in struct:X86FPUSTATE
2422 uint16_t FTW; member in struct:X86FXSTATE
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm391 bt [%1 + X86FXSTATE.FTW], eax
409 bt [%1 + X86FXSTATE.FTW], eax
530 bt [%1 + X86FXSTATE.FTW], eax
551 bt [%1 + X86FXSTATE.FTW], eax
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp1975 "FCW=%04x FSW=%04x FTW=%02x\n"
1979 pFpuCtx->FCW, pFpuCtx->FSW, pFpuCtx->FTW,
/vbox/src/recompiler/target-i386/
H A Dop_helper.c6249 fp->FTW = fptag;
6321 fptag = fp->FTW;

Completed in 441 milliseconds