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

/vbox/src/VBox/Disassembler/
H A DDisasmCore.cpp1988 PCDISOPCODE pOpcode = &g_aTwoByteMapX86[pDis->bOpCode];
2000 pOpcode = &g_aTwoByteMapX86_PF66[pDis->bOpCode];
2018 pOpcode = &g_aTwoByteMapX86_PFF2[pDis->bOpCode];
2029 pOpcode = &g_aTwoByteMapX86_PFF3[pDis->bOpCode];
2038 return disParseInstruction(offInstr, pOpcode, pDis);
2051 PCDISOPCODE pOpcode;
2054 pOpcode = g_apThreeByteMapX86_0F38[pDis->bOpCode >> 4];
2055 pOpcode = &pOpcode[pDis->bOpCode & 0xf];
2058 pOpcode
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DPATMAll.cpp453 * @param pOpcode Original instruction opcode (out, optional)
456 VMM_INT_DECL(bool) PATMIsInt3Patch(PVM pVM, RTRCPTR pInstrGC, uint32_t *pOpcode, uint32_t *pSize) argument
467 if (pOpcode) *pOpcode = pRec->patch.opcode;
/vbox/include/VBox/vmm/
H A Dpatm.h155 VMM_INT_DECL(bool) PATMIsInt3Patch(PVM pVM, RTRCPTR pInstrGC, uint32_t *pOpcode, uint32_t *pSize);

Completed in 220 milliseconds