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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-core.cpp103 static const uint64_t g_au64ByteSizeToMask[] = variable
240 uVal &= g_au64ByteSizeToMask[cbSignificant];
1603 AssertRelease(offSeg <= g_au64ByteSizeToMask[pThis->cbAddrMode]);
1640 pThis->aOperands[idxOp].uMemBaseRegValue = offSeg & g_au64ByteSizeToMask[pThis->cbAddrMode];
1650 offSeg &= g_au64ByteSizeToMask[pThis->cbAddrMode];
1671 offSeg &= g_au64ByteSizeToMask[pThis->cbAddrMode];

Completed in 59 milliseconds