Index: /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h	(revision 61649)
+++ /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h	(revision 61650)
@@ -1508,5 +1508,4 @@
 
 /** Opcode 0x0f 0x11. */
-#if 1 /* something is causing regressions, disabling temporarily. */
 FNIEMOP_DEF(iemOp_movups_Wps_Vps__movupd_Wpd_Vpd__movss_Wss_Vss__movsd_Vsd_Wsd)
 {
@@ -1556,7 +1555,4 @@
     return VERR_IEM_INSTR_NOT_IMPLEMENTED;
 }
-#else
-FNIEMOP_STUB(iemOp_movups_Wps_Vps__movupd_Wpd_Vpd__movss_Wss_Vss__movsd_Vsd_Wsd);
-#endif
 
 
@@ -1566,5 +1562,4 @@
 
 /** Opcode 0x0f 0x13. */
-#if 1 /* something is causing regressions (probably not this one), disabling temporarily. */
 FNIEMOP_DEF(iemOp_movlps_Mq_Vq__movlpd_Mq_Vq)
 {
@@ -1619,7 +1614,4 @@
     return VERR_IEM_INSTR_NOT_IMPLEMENTED;
 }
-#else
-FNIEMOP_STUB(iemOp_movlps_Mq_Vq__movlpd_Mq_Vq);
-#endif
 
 
@@ -1910,5 +1902,4 @@
 
 /** Opcode 0x0f 0x2b. */
-#if 1 //ndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */
 FNIEMOP_DEF(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd)
 {
@@ -1943,7 +1934,4 @@
     return VINF_SUCCESS;
 }
-#else
-FNIEMOP_STUB(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd);
-#endif
 
 
@@ -6588,5 +6576,4 @@
 
 /** Opcode 0x0f 0xc3. */
-#if 1 //ndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */
 FNIEMOP_DEF(iemOp_movnti_My_Gy)
 {
@@ -6641,7 +6628,4 @@
     return VINF_SUCCESS;
 }
-#else
-FNIEMOP_STUB(iemOp_movnti_My_Gy); // solaris 10 uses this in hat_pte_zero().
-#endif
 
 
@@ -6983,5 +6967,4 @@
 
 /** Opcode 0x0f 0xe7. */
-#if 1 //ndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */
 FNIEMOP_DEF(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq)
 {
@@ -7040,7 +7023,4 @@
     return VINF_SUCCESS;
 }
-#else
-FNIEMOP_STUB(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq);
-#endif
 
 
