Searched defs:pCpuState (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp861 static size_t disHandleYasmDifferences(PDISCPUSTATE pCpuState, uint32_t uFlatAddr, uint32_t cbInstr, argument
864 bool fDifferent = DISFormatYasmIsOddEncoding(pCpuState);
873 if ( ( pCpuState->bOpCode == 0x8f /* group 1a */
874 || pCpuState->bOpCode == 0xc7 /* group 11 */
875 || pCpuState->bOpCode == 0xc6 /* group 11 - not verified */
877 && pCpuState->ModRM.Bits.Reg != 0)

Completed in 48 milliseconds