VirtualBox

Changeset 95314 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 21, 2022 12:25:45 AM (3 years ago)
Author:
vboxsync
Message:

DIS: Added blsr, blsmsk and blsr; corrected some vex parsing/formatting issues. bugref:9898 bugref:6251

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r93742 r95314  
    642642    /** The instruction size. */
    643643    uint8_t         cbInstr;
    644     /** VEX presence flag, destination register and size */
     644    /** VEX presence flag, destination register and size
     645     * @todo r=bird: There is no VEX presence flage here, just ~vvvv and L.  */
    645646    uint8_t         bVexDestReg;
    646647    /** VEX.W flag */
  • trunk/include/VBox/disopcode.h

    r95246 r95314  
    377377    OP_GRP13,
    378378    OP_GRP14,
     379    OP_GRP17,
    379380    OP_EMMS,
    380381    OP_MMX_UD78,
     
    497498    OP_BZHI,
    498499    OP_BEXTR,
     500    OP_BLSR,
     501    OP_BLSMSK,
     502    OP_BLSI,
    499503    OP_PEXT,
    500504    OP_PDEP,
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