VirtualBox

Ignore:
Timestamp:
Dec 14, 2023 11:06:41 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160757
Message:

VMM/IEM: AMD64 version of BODY_CHECK_OPCODES. Disabled because ARM64 isn't done. bugreg:10371

File:
1 edited

Legend:

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

    r102587 r102603  
    310310    kIemNativeLabelType_NonZeroRetOrPassUp,
    311311    kIemNativeLabelType_RaiseGp0,
     312    kIemNativeLabelType_ObsoleteTb,
    312313    /* Labels with data, potentially multiple instances per TB: */
    313314    kIemNativeLabelType_FirstWithMultipleInstances,
     
    806807
    807808DECL_HIDDEN_THROW(uint8_t)  iemNativeRegAllocTmp(PIEMRECOMPILERSTATE pReNative, uint32_t *poff, bool fPreferVolatile = true);
     809DECL_HIDDEN_THROW(uint8_t)  iemNativeRegAllocTmpEx(PIEMRECOMPILERSTATE pReNative, uint32_t *poff, uint32_t fRegMask,
     810                                                   bool fPreferVolatile = true);
    808811DECL_HIDDEN_THROW(uint8_t)  iemNativeRegAllocTmpImm(PIEMRECOMPILERSTATE pReNative, uint32_t *poff, uint64_t uImm,
    809812                                                    bool fPreferVolatile = true);
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