VirtualBox

Changeset 97529 in vbox for trunk/include


Ignore:
Timestamp:
Nov 14, 2022 11:52:01 AM (2 years ago)
Author:
vboxsync
Message:

CPUM: Added MOVBE feature flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.h

    r97317 r97529  
    11301130    /** Supports AES-NI (six AESxxx instructions). */
    11311131    uint32_t        fAesNi : 1;
     1132    /** Support MOVBE instruction. */
     1133    uint32_t        fMovBe : 1;
    11321134
    11331135    /** Supports AMD 3DNow instructions. */
     
    11901192    /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes
    11911193     *  prior to the bit fields -> total of 24 bytes) */
    1192     uint32_t        fPadding0 : 30;
     1194    uint32_t        fPadding0 : 29;
    11931195
    11941196
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