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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp5957 uint8_t const u8Ftw = (uint8_t)pFpuCtx->FTW; local
5963 if (!(u8Ftw & RT_BIT(iReg)))
5999 uint8_t u8Ftw = 0; local
6003 u8Ftw |= RT_BIT(i);
6007 return u8Ftw;

Completed in 83 milliseconds