Changeset 103935 in vbox
- Timestamp:
- Mar 20, 2024 8:26:27 AM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 162309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompFuncs.h
r103934 r103935 4710 4710 Assert(enmOp == kIemNativeEmitMemOp_Store || enmOp == kIemNativeEmitMemOp_Fetch); 4711 4711 Assert( ( enmOp == kIemNativeEmitMemOp_Fetch 4712 && ( pfnFunction == (uintptr_t)iemNativeHlpMemFlatFetchDataU128AlignedSse 4712 && ( pfnFunction == (uintptr_t)iemNativeHlpMemFlatFetchDataU128 4713 || pfnFunction == (uintptr_t)iemNativeHlpMemFlatFetchDataU128AlignedSse 4713 4714 || pfnFunction == (uintptr_t)iemNativeHlpMemFlatFetchDataU128NoAc)) 4714 4715 || ( enmOp == kIemNativeEmitMemOp_Store … … 4770 4771 Assert(enmOp == kIemNativeEmitMemOp_Store || enmOp == kIemNativeEmitMemOp_Fetch); 4771 4772 Assert( ( enmOp == kIemNativeEmitMemOp_Fetch 4772 && ( pfnFunction == (uintptr_t)iemNativeHlpMemFetchDataU128AlignedSse 4773 && ( pfnFunction == (uintptr_t)iemNativeHlpMemFetchDataU128 4774 || pfnFunction == (uintptr_t)iemNativeHlpMemFetchDataU128AlignedSse 4773 4775 || pfnFunction == (uintptr_t)iemNativeHlpMemFetchDataU128NoAc)) 4774 4776 || ( enmOp == kIemNativeEmitMemOp_Store
Note:
See TracChangeset
for help on using the changeset viewer.