VirtualBox

Changeset 67006 in vbox for trunk/include


Ignore:
Timestamp:
May 22, 2017 11:36:46 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115565
Message:

IEM: Implemented vmovd Vd,Ed and vmovq Vq,Eq (VEX.66.0F 6e).

File:
1 edited

Legend:

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

    r67004 r67006  
    789789    OP_VMOVNTPS,
    790790    OP_VMOVNTPD,
     791    OP_VMOVD,
     792    OP_VMOVQ,
    791793/** @} */
    792794    OP_END_OF_OPCODES
     
    11011103#define OP_PARM_Usd_WO          OP_PARM_Usd             /**< Annotates write only operand. */
    11021104#define OP_PARM_Vd              (OP_PARM_V+OP_PARM_d)
     1105#define OP_PARM_Vd_WO           OP_PARM_Vd              /**< Annotates write only operand. */
    11031106#define OP_PARM_VdZx_WO         OP_PARM_Vd              /**< Annotates that the registers get their upper bits cleared */
    11041107#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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette