VirtualBox

Changeset 95952 in vbox


Ignore:
Timestamp:
Jul 29, 2022 4:03:56 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152708
Message:

IEM: MMX shifts do not require SSE.

File:
1 edited

Legend:

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

    r95951 r95952  
    44104410        IEM_MC_ARG(uint64_t *,          pDst, 0);
    44114411        IEM_MC_ARG_CONST(uint8_t,       bShiftArg, /*=*/ bImm, 1);
    4412         IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT_CHECK_SSE_OR_MMXEXT();
     4412        IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT();
    44134413        IEM_MC_PREPARE_FPU_USAGE();
    44144414        IEM_MC_REF_MREG_U64(pDst,       IEM_GET_MODRM_REG_8(bRm));
     
    44224422    {
    44234423        /*
    4424          * Register, memory.
     4424         * Register, memory not supported.
    44254425         */
    44264426        /// @todo Caller already enforced register mode?!
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette