VirtualBox

Changeset 104088 in vbox for trunk/src


Ignore:
Timestamp:
Mar 27, 2024 2:24:18 PM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162489
Message:

VMM/IEM: Fix the instruction legnth for amd64 in iemNativeEmitSimdLoadVecRegLowU128FromVecRegHighU128(), bugref:10614

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h

    r104087 r104088  
    81798179{
    81808180#ifdef RT_ARCH_AMD64
    8181     off = iemNativeEmitSimdLoadVecRegLowU128FromVecRegHighU128Ex(iemNativeInstrBufEnsure(pReNative, off, 5), off, iVecRegDst, iVecRegSrc);
     8181    off = iemNativeEmitSimdLoadVecRegLowU128FromVecRegHighU128Ex(iemNativeInstrBufEnsure(pReNative, off, 6), off, iVecRegDst, iVecRegSrc);
    81828182#elif defined(RT_ARCH_ARM64)
    81838183    Assert(!(iVecRegDst & 0x1) && !(iVecRegSrc & 0x1));
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