Changeset 61650 in vbox
- Timestamp:
- Jun 10, 2016 10:54:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r61641 r61650 1508 1508 1509 1509 /** Opcode 0x0f 0x11. */ 1510 #if 1 /* something is causing regressions, disabling temporarily. */1511 1510 FNIEMOP_DEF(iemOp_movups_Wps_Vps__movupd_Wpd_Vpd__movss_Wss_Vss__movsd_Vsd_Wsd) 1512 1511 { … … 1556 1555 return VERR_IEM_INSTR_NOT_IMPLEMENTED; 1557 1556 } 1558 #else1559 FNIEMOP_STUB(iemOp_movups_Wps_Vps__movupd_Wpd_Vpd__movss_Wss_Vss__movsd_Vsd_Wsd);1560 #endif1561 1557 1562 1558 … … 1566 1562 1567 1563 /** Opcode 0x0f 0x13. */ 1568 #if 1 /* something is causing regressions (probably not this one), disabling temporarily. */1569 1564 FNIEMOP_DEF(iemOp_movlps_Mq_Vq__movlpd_Mq_Vq) 1570 1565 { … … 1619 1614 return VERR_IEM_INSTR_NOT_IMPLEMENTED; 1620 1615 } 1621 #else1622 FNIEMOP_STUB(iemOp_movlps_Mq_Vq__movlpd_Mq_Vq);1623 #endif1624 1616 1625 1617 … … 1910 1902 1911 1903 /** Opcode 0x0f 0x2b. */ 1912 #if 1 //ndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */1913 1904 FNIEMOP_DEF(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd) 1914 1905 { … … 1943 1934 return VINF_SUCCESS; 1944 1935 } 1945 #else1946 FNIEMOP_STUB(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd);1947 #endif1948 1936 1949 1937 … … 6588 6576 6589 6577 /** Opcode 0x0f 0xc3. */ 6590 #if 1 //ndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */6591 6578 FNIEMOP_DEF(iemOp_movnti_My_Gy) 6592 6579 { … … 6641 6628 return VINF_SUCCESS; 6642 6629 } 6643 #else6644 FNIEMOP_STUB(iemOp_movnti_My_Gy); // solaris 10 uses this in hat_pte_zero().6645 #endif6646 6630 6647 6631 … … 6983 6967 6984 6968 /** Opcode 0x0f 0xe7. */ 6985 #if 1 //ndef VBOX_WITH_REM /** @todo figure out why some/all of these instructions is upsetting things */6986 6969 FNIEMOP_DEF(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq) 6987 6970 { … … 7040 7023 return VINF_SUCCESS; 7041 7024 } 7042 #else7043 FNIEMOP_STUB(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq);7044 #endif7045 7025 7046 7026
Note:
See TracChangeset
for help on using the changeset viewer.