VirtualBox

Changeset 101378 in vbox


Ignore:
Timestamp:
Oct 6, 2023 8:38:56 AM (16 months ago)
Author:
vboxsync
Message:

VMM/IEM: Implement vmpsadbw instruction emulations [review fix], bugref:9898

File:
1 edited

Legend:

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

    r101376 r101378  
    1847118471    RTUINT256U const uSrc1 = *puSrc1; /* Might overlap with destination. */
    1847218472    RTUINT256U const uSrc2 = *puSrc2;
    18473 //? ASMCompilerBarrier();
    18474 
     18473    ASMCompilerBarrier();
    1847518474    iemAImpl_vmpsadbw_u128_fallback(&puDst->au128[0], &uSrc1.au128[0], &uSrc2.au128[0], bEvil);
    1847618475    iemAImpl_vmpsadbw_u128_fallback(&puDst->au128[1], &uSrc1.au128[1], &uSrc2.au128[1], bEvil >> 3);
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