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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-core.cpp416 CIDET_DPRINTF(("aOperands[%u].cb=%u fGpr=%u iReg=%d fRex=%d fRexW=%u fRexX=%u fRexB=%u fRexR=%d\n",
418 pThis->fRex, pThis->fRexW, pThis->fRexX, pThis->fRexB, pThis->fRexR));
423 || (CIDETMODE_IS_64BIT(pThis->bMode) && iReg == 7 && !pThis->fRex)) )
426 if (!pThis->fRex && iReg >= 4 && CIDETMODE_IS_64BIT(pThis->bMode) && !pThis->fNoRexPrefix)
429 pThis->fRex = true;
456 pThis->fRex = false;
488 Assert(!pThis->fRex || (iReg == 7 && CIDETMODE_IS_64BIT(pThis->bMode)));
489 pThis->fRex = false;
827 /* The AMD64 low variants: spl, bpl, sil and dil. (Using fRexX here as REG covers fRex.) */
842 if (!pThis->fRexR && !pThis->fRexW && !pThis->fRex)
[all...]
H A Dcidet.h920 bool fRex : 1; member in struct:CIDETCORE

Completed in 883 milliseconds