VirtualBox

Changeset 61650 in vbox


Ignore:
Timestamp:
Jun 10, 2016 10:54:55 AM (9 years ago)
Author:
vboxsync
Message:

IEMAllInstructions.cpp.h: cleanup

File:
1 edited

Legend:

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

    r61641 r61650  
    15081508
    15091509/** Opcode 0x0f 0x11. */
    1510 #if 1 /* something is causing regressions, disabling temporarily. */
    15111510FNIEMOP_DEF(iemOp_movups_Wps_Vps__movupd_Wpd_Vpd__movss_Wss_Vss__movsd_Vsd_Wsd)
    15121511{
     
    15561555    return VERR_IEM_INSTR_NOT_IMPLEMENTED;
    15571556}
    1558 #else
    1559 FNIEMOP_STUB(iemOp_movups_Wps_Vps__movupd_Wpd_Vpd__movss_Wss_Vss__movsd_Vsd_Wsd);
    1560 #endif
    15611557
    15621558
     
    15661562
    15671563/** Opcode 0x0f 0x13. */
    1568 #if 1 /* something is causing regressions (probably not this one), disabling temporarily. */
    15691564FNIEMOP_DEF(iemOp_movlps_Mq_Vq__movlpd_Mq_Vq)
    15701565{
     
    16191614    return VERR_IEM_INSTR_NOT_IMPLEMENTED;
    16201615}
    1621 #else
    1622 FNIEMOP_STUB(iemOp_movlps_Mq_Vq__movlpd_Mq_Vq);
    1623 #endif
    16241616
    16251617
     
    19101902
    19111903/** Opcode 0x0f 0x2b. */
    1912 #if 1 //ndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */
    19131904FNIEMOP_DEF(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd)
    19141905{
     
    19431934    return VINF_SUCCESS;
    19441935}
    1945 #else
    1946 FNIEMOP_STUB(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd);
    1947 #endif
    19481936
    19491937
     
    65886576
    65896577/** Opcode 0x0f 0xc3. */
    6590 #if 1 //ndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */
    65916578FNIEMOP_DEF(iemOp_movnti_My_Gy)
    65926579{
     
    66416628    return VINF_SUCCESS;
    66426629}
    6643 #else
    6644 FNIEMOP_STUB(iemOp_movnti_My_Gy); // solaris 10 uses this in hat_pte_zero().
    6645 #endif
    66466630
    66476631
     
    69836967
    69846968/** Opcode 0x0f 0xe7. */
    6985 #if 1 //ndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */
    69866969FNIEMOP_DEF(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq)
    69876970{
     
    70407023    return VINF_SUCCESS;
    70417024}
    7042 #else
    7043 FNIEMOP_STUB(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq);
    7044 #endif
    70457025
    70467026
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