Changeset 97044 in vbox
- Timestamp:
- Oct 7, 2022 9:36:23 AM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/disopcode.h
r96407 r97044 603 603 OP_AESKEYGEN, 604 604 OP_RORX, 605 OP_RDRAND, 606 OP_RDSEED, 605 607 OP_VEX3B, 606 608 OP_VEX2B, -
trunk/src/VBox/Disassembler/DisasmTables.cpp
r96407 r97044 3060 3060 INVALID_OPCODE_MOD_RM(0x), 3061 3061 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), 3064 3064 }; 3065 3065
Note:
See TracChangeset
for help on using the changeset viewer.