VirtualBox

Changeset 103759 in vbox


Ignore:
Timestamp:
Mar 11, 2024 11:03:01 AM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162128
Message:

VMM/IEM: Enable the SIMD register allocator and assoicated code, bugref:10614

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py

    r103756 r103759  
    29972997    'IEM_MC_CLEAR_YREG_128_UP':                                  (McBlock.parseMcGeneric,           True,  True,  False, ),
    29982998    '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, ),
    30003000    'IEM_MC_COPY_YREG_U128_ZX_VLMAX':                            (McBlock.parseMcGeneric,           True,  True,  False, ),
    30013001    'IEM_MC_COPY_YREG_U256_ZX_VLMAX':                            (McBlock.parseMcGeneric,           True,  True,  False, ),
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r103735 r103759  
    9494
    9595/** Enables the SIMD register allocator @bugref{10614}.  */
    96 //# define IEMNATIVE_WITH_SIMD_REG_ALLOCATOR
     96#define IEMNATIVE_WITH_SIMD_REG_ALLOCATOR
    9797/** Enables access to even callee saved registers. */
    9898//# define IEMNATIVE_WITH_SIMD_REG_ACCESS_ALL_REGISTERS
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