VirtualBox

Changeset 66310 in vbox


Ignore:
Timestamp:
Mar 28, 2017 3:35:21 PM (8 years ago)
Author:
vboxsync
Message:

IEM: Implemented movlps Vq,Mq and movhlps Vq,Uq (0f 12).

File:
1 edited

Legend:

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

    r65876 r66310  
    180180    OP_MOVUPS,
    181181    OP_MOVLPS,
     182    OP_MOVHLPS = OP_MOVLPS, /**< @todo OP_MOVHLPS */
    182183    OP_UNPCKLPS,
    183184    OP_MOVHPS,
     
    10511052#define OP_PARM_Lx              (OP_PARM_L+OP_PARM_x)
    10521053
     1054/* For making IEM happy: */
     1055#define OP_PARM_Uq              (OP_PARM_U+OP_PARM_q)
     1056#define OP_PARM_UqHi            OP_PARM_Uq
     1057
    10531058/** @} */
    10541059
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