VirtualBox

Changeset 67003 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 22, 2017 10:03:15 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115561
Message:

IEM: movq Pq,Eq & movd Pd,Ed docs+tests+fixes.

File:
1 edited

Legend:

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

    r66992 r67003  
    10781078
    10791079/* For making IEM / bs3-cpu-generated-1 happy: */
     1080#define OP_PARM_Eq              (OP_PARM_E+OP_PARM_q)
    10801081#define OP_PARM_Gv_RO           OP_PARM_Gv              /**< Annotates read only first operand (default is readwrite). */
    10811082#define OP_PARM_HssHi           OP_PARM_Hx              /**< Register referenced by VEX.vvvv, bits [127:32]. */
     
    10901091#define OP_PARM_Mps_WO          OP_PARM_Mps             /**< Annotates write only memory operand. */
    10911092#define OP_PARM_Mpd_WO          OP_PARM_Mpd             /**< Annotates write only memory operand. */
     1093#define OP_PARM_PdZx_WO         OP_PARM_Pd              /**< Annotates write only operand and zero extends to 64-bit. */
    10921094#define OP_PARM_Pq_WO           OP_PARM_Pq              /**< Annotates write only operand. */
    10931095#define OP_PARM_Nq              OP_PARM_Qq              /**< Missing 'N' class (MMX reg selected by modrm.mem) in disasm. */
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