VirtualBox

Changeset 101307 in vbox


Ignore:
Timestamp:
Sep 29, 2023 1:31:56 AM (12 months ago)
Author:
vboxsync
Message:

VMM/IEM: Enabled native recompilation of pure defer-to-CImpl instructions on arm. bugref:10371

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r101275 r101307  
    607607                $(PATH_SUB_CURRENT)/VMMAll/IEMAllThrdPython.py \
    608608                $(PATH_SUB_CURRENT)/VMMAll/IEMAllInstPython.py \
     609                $(PATH_SUB_CURRENT)/VMMAll/IEMAllN8vePython.py \
    609610                $(PATH_SUB_CURRENT)/VMMAll/IEMAllInstCommon.cpp.h \
    610611                $(if-expr !defined(IEM_WITHOUT_3DNOW)      ,$(PATH_SUB_CURRENT)/VMMAll/IEMAllInst3DNow.cpp.h,) \
  • trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py

    r101304 r101307  
    9191    if (    len(aoStmts) == 1
    9292        and aoStmts[0].sName.startswith('IEM_MC_DEFER_TO_CIMPL_')
    93         and aoStmts[0].sName.endswith('_RET_THREADED')
    94         and sHostArch in ('amd64',)):
     93        and aoStmts[0].sName.endswith('_RET_THREADED')):
    9594        return NativeRecompFunctionVariation(oVariation, sHostArch);
    9695
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette