VirtualBox

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


Ignore:
Timestamp:
Feb 13, 2017 12:51:38 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113479
Message:

IEM: XOP updates.

File:
1 edited

Legend:

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

    r65761 r65764  
    516516    /** Prefix index (VEX.pp) for two byte and three byte tables. */
    517517    uint8_t                 idxPrefix;                                                                      /* 0x30, 0x16 */
    518     /** 3rd (E)VEX register. */
     518    /** 3rd VEX/EVEX/XOP register. */
    519519    uint8_t                 uVex3rdReg;                                                                     /* 0x31, 0x17 */
    520     /** The VEX/EVEX length field. */
     520    /** The VEX/EVEX/XOP length field. */
    521521    uint8_t                 uVexLength;                                                                     /* 0x32, 0x18 */
    522522    /** Additional EVEX stuff. */
     
    840840#define IEM_OP_PRF_VEX                  RT_BIT_32(28) /**< Indiciates VEX prefix. */
    841841#define IEM_OP_PRF_EVEX                 RT_BIT_32(29) /**< Indiciates EVEX prefix. */
     842#define IEM_OP_PRF_XOP                  RT_BIT_32(30) /**< Indiciates XOP prefix. */
    842843/** @} */
    843844
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