VirtualBox

Changeset 60992 in vbox for trunk


Ignore:
Timestamp:
May 16, 2016 7:27:59 PM (8 years ago)
Author:
vboxsync
Message:

IEM: Implemented movntps/d and movaps/d. (lacks proper testcase)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp

    r60961 r60992  
    328328#define IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT()           do {} while (0)
    329329#define IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT_CHECK_SSE_OR_MMXEXT() do {} while (0)
     330#define IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT()           do {} while (0)
    330331#define IEM_MC_MAYBE_RAISE_SSE2_RELATED_XCPT()          do {} while (0)
    331332#define IEM_MC_RAISE_GP0_IF_CPL_NOT_ZERO()              do {} while (0)
     
    486487#define IEM_MC_REF_XREG_U128_CONST(a_pu128Dst, a_iXReg)     do { (a_pu128Dst) = (uint128_t const *)((uintptr_t)0);  CHK_PTYPE(uint128_t const *, a_pu128Dst); } while (0)
    487488#define IEM_MC_REF_XREG_U64_CONST(a_pu64Dst, a_iXReg)       do { (a_pu64Dst)  = (uint64_t const *)((uintptr_t)0);   CHK_PTYPE(uint64_t const *, a_pu64Dst); } while (0)
     489#define IEM_MC_COPY_XREG_U128(a_iXRegDst, a_iXRegSrc)       do {  } while (0)
    488490
    489491#define IEM_MC_FETCH_MEM_U8(a_u8Dst, a_iSeg, a_GCPtrMem)                do { CHK_GCPTR(a_GCPtrMem); } while (0)
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