Changeset 103892 in vbox for trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h
- Timestamp:
- Mar 18, 2024 11:59:39 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h
r103880 r103892 7725 7725 7726 7726 #ifdef RT_ARCH_AMD64 7727 off = iemNativeEmitSimdLoadGprFromVecRegU8Ex(iemNativeInstrBufEnsure(pReNative, off, 6), off, iGprDst, iVecRegSrc, iByte);7727 off = iemNativeEmitSimdLoadGprFromVecRegU8Ex(iemNativeInstrBufEnsure(pReNative, off, 7), off, iGprDst, iVecRegSrc, iByte); 7728 7728 #elif defined(RT_ARCH_ARM64) 7729 7729 /* ASSUMES that there are two adjacent 128-bit registers available for the 256-bit value. */
Note:
See TracChangeset
for help on using the changeset viewer.