VirtualBox

Changeset 97044 in vbox


Ignore:
Timestamp:
Oct 7, 2022 9:36:23 AM (2 years ago)
Author:
vboxsync
Message:

Disassembler: Added RDRAND and RDSEED.

Location:
trunk
Files:
2 edited

Legend:

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

    r96407 r97044  
    603603    OP_AESKEYGEN,
    604604    OP_RORX,
     605    OP_RDRAND,
     606    OP_RDSEED,
    605607    OP_VEX3B,
    606608    OP_VEX2B,
  • trunk/src/VBox/Disassembler/DisasmTables.cpp

    r96407 r97044  
    30603060    INVALID_OPCODE_MOD_RM(0x),
    30613061    INVALID_OPCODE_MOD_RM(0x),
    3062     INVALID_OPCODE_MOD_RM(0x),
    3063     INVALID_OPCODE_MOD_RM(0x),
     3062    OP("rdrand %Ev",         IDX_ParseModRM,     0,             0,       OP_RDRAND,    OP_PARM_Ev,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_HARMLESS),
     3063    OP("rdseed %Ev",         IDX_ParseModRM,     0,             0,       OP_RDSEED,    OP_PARM_Ev,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_HARMLESS),
    30643064};
    30653065
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