VirtualBox

Changeset 61069 in vbox


Ignore:
Timestamp:
May 20, 2016 1:32:50 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107336
Message:

IEM: Disabled iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd and iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq again after they got accidentally enabled in r107331. Will test them out separately out tomorrow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h

    r61064 r61069  
    17971797
    17981798/** Opcode 0x0f 0x2b. */
     1799#ifndef VBOX_WITH_REM /** @todo enable tomorrow */
    17991800FNIEMOP_DEF(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd)
    18001801{
     
    18291830    return VINF_SUCCESS;
    18301831}
     1832#else
     1833FNIEMOP_STUB(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd);
     1834#endif
    18311835
    18321836
     
    68666870
    68676871/** Opcode 0x0f 0xe7. */
     6872#if 0 /** @todo enable tomorrow */
    68686873FNIEMOP_DEF(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq)
    68696874{
     
    69226927    return VINF_SUCCESS;
    69236928}
     6929#else
     6930FNIEMOP_STUB(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq);
     6931#endif
    69246932
    69256933
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