Changeset 95487 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jul 3, 2022 2:02:39 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp
r95473 r95487 133 133 #define IEMOP_HLP_DONE_VEX_DECODING_L0() do { } while (0) 134 134 #define IEMOP_HLP_DONE_VEX_DECODING_NO_VVVV() do { } while (0) 135 #define IEMOP_HLP_DONE_VEX_DECODING_NO_VVVV_EX(a_fFeature) do { } while (0) 135 136 #define IEMOP_HLP_DONE_VEX_DECODING_L0_AND_NO_VVVV() do { } while (0) 136 137 #define IEMOP_HLP_DONE_DECODING_NO_LOCK_REPZ_OR_REPNZ_PREFIXES() do { } while (0) … … 330 331 #define iemCImpl_FarJmp NULL 331 332 332 #define iemAImpl_pshufhw 333 #define iemAImpl_pshuflw 334 #define iemAImpl_pshufd 333 #define iemAImpl_pshufhw_u128 NULL 334 #define iemAImpl_pshuflw_u128 NULL 335 #define iemAImpl_pshufd_u128 NULL 335 336 336 337 /** @} */ … … 539 540 #define IEM_MC_REF_MREG_U64_CONST(a_pu64Dst, a_iMReg) do { (a_pu64Dst) = (uint64_t const *)((uintptr_t)0); CHK_PTYPE(uint64_t const *, a_pu64Dst); (void)fFpuWrite; (void)fMcBegin; } while (0) 540 541 #define IEM_MC_REF_MREG_U32_CONST(a_pu32Dst, a_iMReg) do { (a_pu32Dst) = (uint32_t const *)((uintptr_t)0); CHK_PTYPE(uint32_t const *, a_pu32Dst); (void)fFpuWrite; (void)fMcBegin; } while (0) 542 #define IEM_MC_MODIFIED_MREG(a_iMReg) do { (void)fFpuWrite; (void)fMcBegin; } while (0) 543 #define IEM_MC_MODIFIED_MREG_BY_REF(a_pu64Dst) do { AssertCompile(sizeof(*a_pu64Dst) <= sizeof(uint64_t)); (void)fFpuWrite; (void)fMcBegin; } while (0) 541 544 542 545 #define IEM_MC_FETCH_XREG_U128(a_u128Value, a_iXReg) do { (a_u128Value) = g_u128Zero; CHK_TYPE(RTUINT128U, a_u128Value); (void)fSseRead; (void)fMcBegin; } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.