VirtualBox

Ignore:
Timestamp:
Mar 24, 2024 4:27:34 PM (8 months ago)
Author:
vboxsync
Message:

VMM/IEM: Implement native emitters for IEM_MC_CALL_AVX_AIMPL_2() and IEM_MC_CALL_AVX_AIMPL_3(), bugref:10614

File:
1 edited

Legend:

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

    r104019 r104021  
    19741974                    self.dsCImplFlags['IEM_CIMPL_F_CALLS_CIMPL'] = True;
    19751975                elif (   oStmt.sName.startswith('IEM_MC_CALL_VOID_AIMPL_')
    1976                       or oStmt.sName.startswith('IEM_MC_CALL_AIMPL_')
    1977                       or oStmt.sName.startswith('IEM_MC_CALL_AVX_AIMPL_')):
     1976                      or oStmt.sName.startswith('IEM_MC_CALL_AIMPL_')):
    19781977                    self.dsCImplFlags['IEM_CIMPL_F_CALLS_AIMPL'] = True;
    19791978                elif (   oStmt.sName.startswith('IEM_MC_CALL_SSE_AIMPL_')
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