VirtualBox

Changeset 103935 in vbox


Ignore:
Timestamp:
Mar 20, 2024 8:26:27 AM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162309
Message:

VMM/IEM: Implement native emitter for IEM_MC_FETCH_MEM_U128()/IEM_MC_FETCH_MEM_FLAT_U128(), bugref:10614 [fix]

File:
1 edited

Legend:

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

    r103934 r103935  
    47104710                Assert(enmOp == kIemNativeEmitMemOp_Store || enmOp == kIemNativeEmitMemOp_Fetch);
    47114711                Assert(   (   enmOp == kIemNativeEmitMemOp_Fetch
    4712                            && (   pfnFunction == (uintptr_t)iemNativeHlpMemFlatFetchDataU128AlignedSse
     4712                           && (   pfnFunction == (uintptr_t)iemNativeHlpMemFlatFetchDataU128
     4713                               || pfnFunction == (uintptr_t)iemNativeHlpMemFlatFetchDataU128AlignedSse
    47134714                               || pfnFunction == (uintptr_t)iemNativeHlpMemFlatFetchDataU128NoAc))
    47144715                       || (   enmOp == kIemNativeEmitMemOp_Store
     
    47704771                Assert(enmOp == kIemNativeEmitMemOp_Store || enmOp == kIemNativeEmitMemOp_Fetch);
    47714772                Assert(   (   enmOp == kIemNativeEmitMemOp_Fetch
    4772                            && (   pfnFunction == (uintptr_t)iemNativeHlpMemFetchDataU128AlignedSse
     4773                           && (   pfnFunction == (uintptr_t)iemNativeHlpMemFetchDataU128
     4774                               || pfnFunction == (uintptr_t)iemNativeHlpMemFetchDataU128AlignedSse
    47734775                               || pfnFunction == (uintptr_t)iemNativeHlpMemFetchDataU128NoAc))
    47744776                       || (   enmOp == kIemNativeEmitMemOp_Store
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