VirtualBox

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


Ignore:
Timestamp:
May 25, 2017 8:26:51 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115735
Message:

IEM: Tests and fixes for vmovntdqa Vx,Mx. Added a few strickness checks to the IEM python script and fixed a few issues found by it.

File:
1 edited

Legend:

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

    r67003 r67072  
    914914/** VEX+ModR/M: reg, r/m (memory)   */
    915915#define IEMOPFORM_VEX_RM_MEM    (IEMOPFORM_VEX_RM | IEMOPFORM_NOT_MOD3)
    916 #define IEMOPFORM_VEX_XM        IEMOPFORM_VEX_RM_MEM
    917916/** VEX+ModR/M: r/m, reg */
    918917#define IEMOPFORM_VEX_MR        5
     
    956955/** Ignores the operand size prefix (66h). */
    957956#define IEMOPHINT_IGNORES_OZ_PFX    RT_BIT_32(10)
    958 /** Ignores REX.W. */
     957/** Ignores REX.W (aka WIG). */
    959958#define IEMOPHINT_IGNORES_REXW      RT_BIT_32(11)
    960959/** Both the operand size prefixes (66h + REX.W) are ignored. */
     
    963962#define IEMOPHINT_LOCK_ALLOWED      RT_BIT_32(11)
    964963/** The VEX.L value is ignored (aka LIG). */
    965 #define IEMOPHINT_IGNORES_VEX_L     RT_BIT_32(12)
    966 /** The VEX.L value must be zero (i.e. 128-bit width). */
     964#define IEMOPHINT_VEX_L_IGNORED     RT_BIT_32(12)
     965/** The VEX.L value must be zero (i.e. 128-bit width only). */
    967966#define IEMOPHINT_VEX_L_ZERO        RT_BIT_32(13)
    968967
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