VirtualBox

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


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

IEM: VEX decoding updates.

File:
1 edited

Legend:

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

    r65587 r65761  
    837837 * For testing whether any REX prefix is present, use  IEM_OP_PRF_REX instead. */
    838838#define IEM_OP_PRF_REX_MASK  (IEM_OP_PRF_REX | IEM_OP_PRF_REX_R | IEM_OP_PRF_REX_B | IEM_OP_PRF_REX_X | IEM_OP_PRF_SIZE_REX_W )
     839
     840#define IEM_OP_PRF_VEX                  RT_BIT_32(28) /**< Indiciates VEX prefix. */
     841#define IEM_OP_PRF_EVEX                 RT_BIT_32(29) /**< Indiciates EVEX prefix. */
    839842/** @} */
    840843
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