VirtualBox

Changeset 66957 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
May 18, 2017 4:21:24 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115498
Message:

IEM: Some VEX related regression fixes and cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r66950 r66957  
    550550    /** Prefix index (VEX.pp) for two byte and three byte tables. */
    551551    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.  */
    553554    uint8_t                 uVex3rdReg;                                                                     /* 0x31, 0x17 */
    554555    /** The VEX/EVEX/XOP length field. */
     
    957958/** Allowed with the lock prefix. */
    958959#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
    959963/** Hint to IEMAllInstructionPython.py that this macro should be skipped.  */
    960964#define IEMOPHINT_SKIP_PYTHON       RT_BIT_32(31)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette