VirtualBox

Ignore:
Timestamp:
May 22, 2017 10:03:15 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115561
Message:

IEM: movq Pq,Eq & movd Pd,Ed docs+tests+fixes.

File:
1 edited

Legend:

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

    r66966 r67003  
    954954 * @note These are ORed together with IEMOPFORM_XXX.
    955955 * @{ */
    956 /** Both the operand size prefixes are ignored. */
    957 #define IEMOPHINT_IGNORES_OP_SIZE   RT_BIT_32(10)
     956/** Ignores the operand size prefix (66h). */
     957#define IEMOPHINT_IGNORES_OZ_PFX    RT_BIT_32(10)
     958/** Ignores REX.W. */
     959#define IEMOPHINT_IGNORES_REXW      RT_BIT_32(11)
     960/** Both the operand size prefixes (66h + REX.W) are ignored. */
     961#define IEMOPHINT_IGNORES_OP_SIZES  (IEMOPHINT_IGNORES_OZ_PFX | IEMOPHINT_IGNORES_REXW)
    958962/** Allowed with the lock prefix. */
    959963#define IEMOPHINT_LOCK_ALLOWED      RT_BIT_32(11)
Note: See TracChangeset for help on using the changeset viewer.

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