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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp5995 * @param u16FullFtw The full FTW to convert.
5997 static uint16_t iemFpuCompressFtw(uint16_t u16FullFtw) argument
6002 if ((u16FullFtw & 3) != 3 /*empty*/)
6004 u16FullFtw >>= 2;

Completed in 84 milliseconds