VirtualBox

Changeset 47412 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 25, 2013 10:03:24 PM (11 years ago)
Author:
vboxsync
Message:

PMOVSKB -> PMOVMSKB; DISOPTYPE_SSE/MMX/FPU.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dis.h

    r46993 r47412  
    111111#define DISOPTYPE_MOD_FIXED_11             RT_BIT_32(24)  /**< modrm.mod is always 11b */
    112112#define DISOPTYPE_FORCED_32_OP_SIZE_X86    RT_BIT_32(25)  /**< Forced 32 bits operand size; regardless of prefix bytes (only in 16 & 32 bits mode!) */
     113#define DISOPTYPE_SSE                      RT_BIT_32(29)  /**< SSE,SSE2,SSE3,AVX,++ instruction. Not implemented yet! */
     114#define DISOPTYPE_MMX                      RT_BIT_32(30)  /**< MMX,MMXExt,3DNow,++ instruction. Not implemented yet! */
     115#define DISOPTYPE_FPU                      RT_BIT_32(31)  /**< FPU instruction. Not implemented yet! */
    113116#define DISOPTYPE_ALL                      UINT32_C(0xffffffff)
    114117/** @}  */
  • trunk/include/VBox/disopcode.h

    r41869 r47412  
    293293#define OP_PADDQ        245
    294294#define OP_PMULLW       246
    295 #define OP_PMOVSKB      247
     295#define OP_PMOVMSKB     247
    296296#define OP_PSUBUSB      248
    297297#define OP_PSUBUSW      249
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