VirtualBox

Changeset 106491 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 18, 2024 8:50:50 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165323
Message:

VMM/IEM: doxygen fix (after #ifdef SIMD removal). bugref:10720

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp

    r106478 r106491  
    55665566 *                          the request.
    55675567 * @param   enmGstSimdReg   The guest SIMD register that will is to be updated.
     5568 * @param   enmLoadSize     Load/store size.
    55685569 * @param   enmIntendedUse  How the caller will be using the host register.
    55695570 * @param   fNoVolatileRegs Set if no volatile register allowed, clear if any
     
    55765577DECL_HIDDEN_THROW(uint8_t)
    55775578iemNativeSimdRegAllocTmpForGuestSimdReg(PIEMRECOMPILERSTATE pReNative, uint32_t *poff, IEMNATIVEGSTSIMDREG enmGstSimdReg,
    5578                                         IEMNATIVEGSTSIMDREGLDSTSZ enmLoadSz, IEMNATIVEGSTREGUSE enmIntendedUse /*= kIemNativeGstRegUse_ReadOnly*/,
     5579                                        IEMNATIVEGSTSIMDREGLDSTSZ enmLoadSz,
     5580                                        IEMNATIVEGSTREGUSE enmIntendedUse /*= kIemNativeGstRegUse_ReadOnly*/,
    55795581                                        bool fNoVolatileRegs /*= false*/)
    55805582{
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