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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-core.cpp408 pThis->fNoRexPrefix = false;
426 if (!pThis->fRex && iReg >= 4 && CIDETMODE_IS_64BIT(pThis->bMode) && !pThis->fNoRexPrefix)
459 pThis->fNoRexPrefix = true;
802 if (CIDETMODE_IS_64BIT(pThis->bMode) && !pThis->fRexX && !pThis->fNoRexPrefix) /* should be ignored. */
812 pThis->fNoRexPrefix = pThis->fNoRexPrefixMrmReg;
814 if (iRm < (CIDETMODE_IS_64BIT(pThis->bMode) && !pThis->fNoRexPrefix ? 15 : 7))
825 if (!pThis->fRexX && iRm >= 4 && CIDETMODE_IS_64BIT(pThis->bMode) && !pThis->fNoRexPrefix)
845 pThis->fNoRexPrefix = true;
900 if (iRm < (CIDETMODE_IS_64BIT(pThis->bMode) && !pThis->fNoRexPrefix ? 15 : 7))
1007 iBase = (iBase + 1) & (CIDETMODE_IS_64BIT(pThis->bMode) && !pThis->fNoRexPrefix
[all...]
H A Dcidet.h955 bool fNoRexPrefix : 1; member in struct:CIDETCORE

Completed in 619 milliseconds