Changeset 66957 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 18, 2017 4:21:24 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115498
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r66950 r66957 550 550 /** Prefix index (VEX.pp) for two byte and three byte tables. */ 551 551 uint8_t idxPrefix; /* 0x30, 0x16 */ 552 /** 3rd VEX/EVEX/XOP register. */ 552 /** 3rd VEX/EVEX/XOP register. 553 * Please use IEM_GET_EFFECTIVE_VVVV to access. */ 553 554 uint8_t uVex3rdReg; /* 0x31, 0x17 */ 554 555 /** The VEX/EVEX/XOP length field. */ … … 957 958 /** Allowed with the lock prefix. */ 958 959 #define IEMOPHINT_LOCK_ALLOWED RT_BIT_32(11) 960 /** The VEX.L value is ignored (aka LIG). */ 961 #define IEMOPHINT_IGNORES_VEX_L RT_BIT_32(12) 962 959 963 /** Hint to IEMAllInstructionPython.py that this macro should be skipped. */ 960 964 #define IEMOPHINT_SKIP_PYTHON RT_BIT_32(31)
Note:
See TracChangeset
for help on using the changeset viewer.