VirtualBox

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/src/VBox/VMM/VMMAll/IEMAllInstructionsOneByte.cpp.h

    r67003 r67006  
    43524352        {
    43534353            pVCpu->iem.s.fPrefixes |= IEM_OP_PRF_XOP;
    4354             if (bXop2 & 0x80 /* XOP.W */)
     4354            if ((bXop2 & 0x80 /* XOP.W */) && pVCpu->iem.s.enmCpuMode == IEMMODE_64BIT)
    43554355                pVCpu->iem.s.fPrefixes |= IEM_OP_PRF_SIZE_REX_W;
    43564356            pVCpu->iem.s.uRexReg    = (~bRm >> (7 - 3)) & 0x8;
     
    62276227            uint8_t bOpcode; IEM_OPCODE_GET_NEXT_U8(&bOpcode);
    62286228            pVCpu->iem.s.fPrefixes |= IEM_OP_PRF_VEX;
    6229             if (bVex2 & 0x80 /* VEX.W */)
     6229            if ((bVex2 & 0x80 /* VEX.W */) && pVCpu->iem.s.enmCpuMode == IEMMODE_64BIT)
    62306230                pVCpu->iem.s.fPrefixes |= IEM_OP_PRF_SIZE_REX_W;
    62316231            pVCpu->iem.s.uRexReg    = (~bRm >> (7 - 3)) & 0x8;
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