Changeset 95314 in vbox for trunk/include/VBox
- Timestamp:
- Jun 21, 2022 12:25:45 AM (3 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r93742 r95314 642 642 /** The instruction size. */ 643 643 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. */ 645 646 uint8_t bVexDestReg; 646 647 /** VEX.W flag */ -
trunk/include/VBox/disopcode.h
r95246 r95314 377 377 OP_GRP13, 378 378 OP_GRP14, 379 OP_GRP17, 379 380 OP_EMMS, 380 381 OP_MMX_UD78, … … 497 498 OP_BZHI, 498 499 OP_BEXTR, 500 OP_BLSR, 501 OP_BLSMSK, 502 OP_BLSI, 499 503 OP_PEXT, 500 504 OP_PDEP,
Note:
See TracChangeset
for help on using the changeset viewer.