VirtualBox

Changeset 100740 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jul 30, 2023 8:08:25 PM (20 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158610
Message:

VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed up compilation. This requires making all the tables public. It also requires duplicating the common functions in IEMAllInstCommon.cpp.h, but that shouldn't be a big deal of code. bugref:10369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r100736 r100740  
    49494949
    49504950extern const PFNIEMOP g_apfnIemInterpretOnlyOneByteMap[256];
     4951extern const PFNIEMOP g_apfnIemInterpretOnlyTwoByteMap[1024];
     4952extern const PFNIEMOP g_apfnIemInterpretOnlyThreeByte0f3a[1024];
     4953extern const PFNIEMOP g_apfnIemInterpretOnlyThreeByte0f38[1024];
     4954extern const PFNIEMOP g_apfnIemInterpretOnlyVecMap1[1024];
     4955extern const PFNIEMOP g_apfnIemInterpretOnlyVecMap2[1024];
     4956extern const PFNIEMOP g_apfnIemInterpretOnlyVecMap3[1024];
    49514957
    49524958/*
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