Changeset 102603 in vbox for trunk/src/VBox/VMM/include/IEMN8veRecompiler.h
- Timestamp:
- Dec 14, 2023 11:06:41 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 160757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompiler.h
r102587 r102603 310 310 kIemNativeLabelType_NonZeroRetOrPassUp, 311 311 kIemNativeLabelType_RaiseGp0, 312 kIemNativeLabelType_ObsoleteTb, 312 313 /* Labels with data, potentially multiple instances per TB: */ 313 314 kIemNativeLabelType_FirstWithMultipleInstances, … … 806 807 807 808 DECL_HIDDEN_THROW(uint8_t) iemNativeRegAllocTmp(PIEMRECOMPILERSTATE pReNative, uint32_t *poff, bool fPreferVolatile = true); 809 DECL_HIDDEN_THROW(uint8_t) iemNativeRegAllocTmpEx(PIEMRECOMPILERSTATE pReNative, uint32_t *poff, uint32_t fRegMask, 810 bool fPreferVolatile = true); 808 811 DECL_HIDDEN_THROW(uint8_t) iemNativeRegAllocTmpImm(PIEMRECOMPILERSTATE pReNative, uint32_t *poff, uint64_t uImm, 809 812 bool fPreferVolatile = true);
Note:
See TracChangeset
for help on using the changeset viewer.