VirtualBox

Changeset 66815 in vbox for trunk/include


Ignore:
Timestamp:
May 5, 2017 7:35:39 PM (8 years ago)
Author:
vboxsync
Message:

IEM: s/V\([a-z]*\)ZxReg/V\1ZxReg/g because 'V' can only indicate a register so the 'Reg' part is superfluous.

File:
1 edited

Legend:

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

    r66814 r66815  
    10811081#define OP_PARM_VqHi            OP_PARM_Vdq             /**< Annotates that only YMM/XMM[127:64] are accessed. */
    10821082#define OP_PARM_VqHi_WO         OP_PARM_Vdq             /**< Annotates that only YMM/XMM[127:64] are written. */
    1083 #define OP_PARM_VqZxReg_WO      OP_PARM_Vq              /**< Annotates that register targets get their upper bits cleared */
    1084 #define OP_PARM_VsdZxReg_WO     OP_PARM_Vsd             /**< Annotates that register targets get their upper bits cleared. */
    1085 #define OP_PARM_VsdZxReg_WO     OP_PARM_Vsd             /**< Annotates that register targets get their upper bits cleared. */
    1086 #define OP_PARM_VssZxReg_WO     OP_PARM_Vss             /**< Annotates that register targets get their upper bits cleared. */
     1083#define OP_PARM_VqZx_WO         OP_PARM_Vq              /**< Annotates that the registers get their upper bits cleared */
     1084#define OP_PARM_VsdZx_WO        OP_PARM_Vsd             /**< Annotates that the registers get their upper bits cleared. */
     1085#define OP_PARM_VssZx_WO        OP_PARM_Vss             /**< Annotates that the registers get their upper bits cleared. */
    10871086#define OP_PARM_Wpd_WO          OP_PARM_Wpd             /**< Annotates write only operand. */
    10881087#define OP_PARM_Wps_WO          OP_PARM_Wps             /**< Annotates write only operand. */
Note: See TracChangeset for help on using the changeset viewer.

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