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

/vbox/src/VBox/Disassembler/
H A DDisasmCore.cpp597 && !(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
[all...]
H A DDisasmFormatYasm.cpp459 && (pDis->fPrefix & DISPREFIX_LOCK)))
466 if (pDis->fPrefix & DISPREFIX_LOCK)
468 if(pDis->fPrefix & DISPREFIX_REP)
470 else if(pDis->fPrefix & DISPREFIX_REPNE)
722 if (pDis->fPrefix & DISPREFIX_SEG) \
730 if ( (pDis->fPrefix & DISPREFIX_SEG)
900 PUT_SYMBOL((pDis->fPrefix & DISPREFIX_SEG)
951 if ( !(pDis->fPrefix & DISPREFIX_OPSIZE)
980 if ( !(pDis->fPrefix & DISPREFIX_OPSIZE)
989 if ( !(pDis->fPrefix
1011 bool fPrefix = (fFlags & DIS_FMT_FLAGS_STRICT) local
[all...]
H A DDisasmReg.cpp261 if (pDis->fPrefix & DISPREFIX_SEG)
282 Assert(pDis->fPrefix & DISPREFIX_SEG);
/vbox/src/VBox/VMM/VMMR3/
H A DPATMPatch.cpp746 if (pCpu->fPrefix & DISPREFIX_SEG)
751 if (pCpu->fPrefix & DISPREFIX_OPSIZE)
753 if (pCpu->fPrefix & DISPREFIX_SEG)
843 if (pCpu->fPrefix & DISPREFIX_SEG)
849 if (pCpu->fPrefix & DISPREFIX_OPSIZE)
851 if (pCpu->fPrefix & DISPREFIX_SEG)
1323 if (pCpu->fPrefix & DISPREFIX_OPSIZE)
1336 if (pCpu->fPrefix & DISPREFIX_OPSIZE)
1367 Assert(pCpu->fPrefix == DISPREFIX_NONE || pCpu->fPrefix
[all...]
H A DEMHM.cpp299 if (!(Cpu.fPrefix & (DISPREFIX_REP | DISPREFIX_REPNE)))
318 else if (Cpu.fPrefix & DISPREFIX_REP)
H A DEMRaw.cpp465 if (!(Cpu.fPrefix & (DISPREFIX_REP | DISPREFIX_REPNE)))
484 else if (Cpu.fPrefix & DISPREFIX_REP)
H A DPATM.cpp1729 return patmPatchGenRelJump(pVM, pPatch, pCurInstrGC, OP_JMP, !!(pCpu->fPrefix & DISPREFIX_OPSIZE));
1788 rc = patmPatchGenRelJump(pVM, pPatch, pTargetGC, pCpu->pCurInstr->uOpcode, !!(pCpu->fPrefix & DISPREFIX_OPSIZE));
1931 rc = patmPatchGenPopf(pVM, pPatch, pCurInstrGC + pCpu->cbInstr, !!(pCpu->fPrefix & DISPREFIX_OPSIZE), fGenerateJmpBack);
1949 rc = patmPatchGenPushf(pVM, pPatch, !!(pCpu->fPrefix & DISPREFIX_OPSIZE));
1967 rc = patmPatchGenIret(pVM, pPatch, pCurInstrGC, !!(pCpu->fPrefix & DISPREFIX_OPSIZE));
/vbox/src/VBox/VMM/VMMAll/
H A DIOMAllMMIO.cpp726 if (pCpu->fPrefix & (DISPREFIX_SEG | DISPREFIX_REPNE))
735 if (pCpu->fPrefix & DISPREFIX_REP)
823 if (pCpu->fPrefix & DISPREFIX_REP)
931 if (pCpu->fPrefix & DISPREFIX_REP)
986 if (pCpu->fPrefix & (DISPREFIX_SEG | DISPREFIX_REPNE))
994 if (pCpu->fPrefix & DISPREFIX_REP)
1041 if (pCpu->fPrefix & DISPREFIX_REP)
1056 if (pCpu->fPrefix & DISPREFIX_REP)
1083 if (pCpu->fPrefix & DISPREFIX_REP)
1122 if (pCpu->fPrefix
[all...]
H A DEMAll.cpp1980 case OP_CMPXCHG: return pDis->fPrefix & DISPREFIX_LOCK ? "Lock CmpXchg" : "CmpXchg";
1981 case OP_CMPXCHG8B: return pDis->fPrefix & DISPREFIX_LOCK ? "Lock CmpXchg8b" : "CmpXchg8b";
2866 if ((pDis->fPrefix & ~(DISPREFIX_ADDRSIZE|DISPREFIX_OPSIZE|DISPREFIX_REP|DISPREFIX_REX)))
2907 if (!(pDis->fPrefix & DISPREFIX_REP))
3063 if (pDis->fPrefix & DISPREFIX_LOCK)
3129 if (pDis->fPrefix & DISPREFIX_LOCK)
3204 if (pDis->fPrefix & DISPREFIX_LOCK)
3532 if (!(pDis->fPrefix & DISPREFIX_OPSIZE))
3625 Assert(!(pDis->fPrefix & DISPREFIX_REX));
3681 if ( (pDis->fPrefix
[all...]
H A DPGMAllPool.cpp788 if ( pDis->fPrefix == (DISPREFIX_REP|DISPREFIX_REX)
1173 if (!(pDis->fPrefix & (DISPREFIX_REP | DISPREFIX_REPNE)))
1222 && pDis->fPrefix == DISPREFIX_REP
1234 && pDis->fPrefix == (DISPREFIX_REP | DISPREFIX_REX)
1256 pRegFrame->eax, pRegFrame->ecx, pRegFrame->edi, pRegFrame->esi, (RTGCPTR)pRegFrame->rip, pDis->pCurInstr->uOpcode, pDis->fPrefix));
H A DPGMAllPhys.cpp110 && !(pDis->fPrefix & (DISPREFIX_REPNE | DISPREFIX_REP | DISPREFIX_SEG)))
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxtasks.py234 def _logInternal(self, sMessage, fPrefix = True, fFlushCheck = False):
240 if fPrefix:
392 if self._logInternal(sLine, fPrefix = False, fFlushCheck = True):
/vbox/include/VBox/
H A Ddis.h37 /** @name Prefix byte flags (DISSTATE::fPrefix).
585 uint8_t fPrefix; member in struct:DISSTATE
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlers.cpp593 else if (Cpu.fPrefix & DISPREFIX_LOCK)
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp4785 rcStrict = IOMInterpretOUTSEx(pVM, pVCpu, CPUMCTX2CORE(pCtx), IoExitInfo.n.u16Port, pDis->fPrefix,
4791 rcStrict = IOMInterpretINSEx(pVM, pVCpu, CPUMCTX2CORE(pCtx), IoExitInfo.n.u16Port, pDis->fPrefix,
H A DHMVMXR0.cpp11220 rcStrict = IOMInterpretOUTSEx(pVM, pVCpu, CPUMCTX2CORE(pMixedCtx), uIOPort, pDis->fPrefix,
11226 rcStrict = IOMInterpretINSEx(pVM, pVCpu, CPUMCTX2CORE(pMixedCtx), uIOPort, pDis->fPrefix,
12026 if (pDis->fPrefix & DISPREFIX_OPSIZE)
12074 if (pDis->fPrefix & DISPREFIX_OPSIZE)
12126 if (pDis->fPrefix & (DISPREFIX_OPSIZE | DISPREFIX_ADDRSIZE))

Completed in 442 milliseconds