VirtualBox

Changeset 61395 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 2, 2016 1:03:49 AM (9 years ago)
Author:
vboxsync
Message:

IEM: Enabled the three SSE instruction that was !VBOX_WITH_REM only until now.

File:
1 edited

Legend:

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

    r61382 r61395  
    17971797
    17981798/** Opcode 0x0f 0x2b. */
    1799 #ifndef VBOX_WITH_REM /** @todo enable tomorrow */
    18001799FNIEMOP_DEF(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd)
    18011800{
     
    18301829    return VINF_SUCCESS;
    18311830}
    1832 #else
    1833 FNIEMOP_STUB(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd);
    1834 #endif
    18351831
    18361832
     
    64756471
    64766472/** Opcode 0x0f 0xc3. */
    6477 #ifndef VBOX_WITH_REM
    64786473FNIEMOP_DEF(iemOp_movnti_My_Gy)
    64796474{
     
    65286523    return VINF_SUCCESS;
    65296524}
    6530 #else
    6531 FNIEMOP_STUB(iemOp_movnti_My_Gy); // solaris 10 uses this in hat_pte_zero().
    6532 #endif
    65336525
    65346526
     
    68706862
    68716863/** Opcode 0x0f 0xe7. */
    6872 #ifndef VBOX_WITH_REM /** @todo enable tomorrow */
    68736864FNIEMOP_DEF(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq)
    68746865{
     
    69276918    return VINF_SUCCESS;
    69286919}
    6929 #else
    6930 FNIEMOP_STUB(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq);
    6931 #endif
    69326920
    69336921
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