Changeset 103759 in vbox
- Timestamp:
- Mar 11, 2024 11:03:01 AM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 162128
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py
r103756 r103759 2997 2997 'IEM_MC_CLEAR_YREG_128_UP': (McBlock.parseMcGeneric, True, True, False, ), 2998 2998 'IEM_MC_COMMIT_EFLAGS': (McBlock.parseMcGeneric, True, True, True, ), 2999 'IEM_MC_COPY_XREG_U128': (McBlock.parseMcGeneric, True, True, False,),2999 'IEM_MC_COPY_XREG_U128': (McBlock.parseMcGeneric, True, True, True, ), 3000 3000 'IEM_MC_COPY_YREG_U128_ZX_VLMAX': (McBlock.parseMcGeneric, True, True, False, ), 3001 3001 'IEM_MC_COPY_YREG_U256_ZX_VLMAX': (McBlock.parseMcGeneric, True, True, False, ), -
trunk/src/VBox/VMM/include/IEMInternal.h
r103735 r103759 94 94 95 95 /** Enables the SIMD register allocator @bugref{10614}. */ 96 //#define IEMNATIVE_WITH_SIMD_REG_ALLOCATOR96 #define IEMNATIVE_WITH_SIMD_REG_ALLOCATOR 97 97 /** Enables access to even callee saved registers. */ 98 98 //# define IEMNATIVE_WITH_SIMD_REG_ACCESS_ALL_REGISTERS
Note:
See TracChangeset
for help on using the changeset viewer.