Lines Matching refs:fPrefix

597             &&  !(pDis->fPrefix & DISPREFIX_OPSIZE))
678 && !(pDis->fPrefix & DISPREFIX_OPSIZE))
771 if (pDis->fPrefix & DISPREFIX_REX)
802 if (pDis->fPrefix & DISPREFIX_REX)
862 Assert(idx < (pDis->fPrefix & DISPREFIX_REX ? 16U : 8U));
866 if ( (pDis->fPrefix & DISPREFIX_REX)
878 Assert(idx < (pDis->fPrefix & DISPREFIX_REX ? 16U : 8U));
885 Assert(idx < (pDis->fPrefix & DISPREFIX_REX ? 16U : 8U));
959 && (pDis->fPrefix & DISPREFIX_LOCK))
961 pDis->fPrefix &= ~DISPREFIX_LOCK;
1291 if (pDis->fPrefix & DISPREFIX_REX)
1332 if (pDis->fPrefix & DISPREFIX_REX)
1781 && (pDis->fPrefix & DISPREFIX_REX)
1812 && (pDis->fPrefix & DISPREFIX_REX))
1966 if ((pDis->fPrefix & DISPREFIX_REX) && (pDis->fRexPrefix & DISPREFIX_REX_FLAGS_W))
2003 pDis->fPrefix &= ~DISPREFIX_OPSIZE;
2021 pDis->fPrefix &= ~DISPREFIX_REPNE;
2032 pDis->fPrefix &= ~DISPREFIX_REP;
2075 pDis->fPrefix &= ~DISPREFIX_OPSIZE;
2088 if ((pDis->fPrefix & DISPREFIX_OPSIZE) && g_apThreeByteMapX86_66F20F38[pDis->bOpCode >> 4])
2099 pDis->fPrefix &= ~DISPREFIX_REPNE;
2100 pDis->fPrefix &= ~DISPREFIX_OPSIZE;
2119 pDis->fPrefix &= ~DISPREFIX_REPNE;
2135 pDis->fPrefix &= ~DISPREFIX_REP;
2173 pDis->fPrefix &= ~DISPREFIX_OPSIZE;
2192 if (pDis->fPrefix & DISPREFIX_REP)
2195 pDis->fPrefix &= ~DISPREFIX_REP;
2406 if (pDis->fPrefix & DISPREFIX_OPSIZE)
2421 if (pDis->fPrefix & DISPREFIX_OPSIZE)
2436 if (pDis->fPrefix & DISPREFIX_OPSIZE)
2489 pDis->fPrefix |= DISPREFIX_REX;
2542 pDis->fPrefix |= DISPREFIX_REX;
2661 Assert(pDis->fPrefix & DISPREFIX_LOCK);
2741 pDis->fPrefix &= ~DISPREFIX_REX;
2758 pDis->fPrefix |= DISPREFIX_SEG;
2760 pDis->fPrefix |= DISPREFIX_SEG;
2766 pDis->fPrefix |= DISPREFIX_LOCK;
2771 pDis->fPrefix |= DISPREFIX_ADDRSIZE;
2783 pDis->fPrefix |= DISPREFIX_OPSIZE;
2792 pDis->fPrefix |= DISPREFIX_REP;
2796 pDis->fPrefix |= DISPREFIX_REPNE;
2802 pDis->fPrefix |= DISPREFIX_REX;
2832 if (pDis->fPrefix & DISPREFIX_LOCK)
2874 pDis->fPrefix = DISPREFIX_NONE;