Changeset 67006 in vbox for trunk/include
- Timestamp:
- May 22, 2017 11:36:46 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115565
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/disopcode.h
r67004 r67006 789 789 OP_VMOVNTPS, 790 790 OP_VMOVNTPD, 791 OP_VMOVD, 792 OP_VMOVQ, 791 793 /** @} */ 792 794 OP_END_OF_OPCODES … … 1101 1103 #define OP_PARM_Usd_WO OP_PARM_Usd /**< Annotates write only operand. */ 1102 1104 #define OP_PARM_Vd (OP_PARM_V+OP_PARM_d) 1105 #define OP_PARM_Vd_WO OP_PARM_Vd /**< Annotates write only operand. */ 1103 1106 #define OP_PARM_VdZx_WO OP_PARM_Vd /**< Annotates that the registers get their upper bits cleared */ 1104 1107 #define OP_PARM_Vdq_WO OP_PARM_Vdq /**< Annotates that only YMM/XMM[127:64] are accessed. */
Note:
See TracChangeset
for help on using the changeset viewer.