VirtualBox

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


Ignore:
Timestamp:
Sep 19, 2024 2:27:50 PM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164872
Message:

VMM/IEM: Liveness fix for MXCSR modifying in addps and friends. bugref:10652 bugref:10372

File:
1 edited

Legend:

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

    r106061 r106097  
    33323332#define IEM_MC_LIVENESS_XREG_MODIFY(a_iXReg)            ((void)0)
    33333333
     3334/** Recompiler liveness info: input MXCSR */
     3335#define IEM_MC_LIVENESS_MXCSR_INPUT()                   ((void)0)
     3336/** Recompiler liveness info: clobbered MXCSR */
     3337#define IEM_MC_LIVENESS_MXCSR_CLOBBER()                 ((void)0)
     3338/** Recompiler liveness info: modified MXCSR (i.e. input & output)  */
     3339#define IEM_MC_LIVENESS_MXCSR_MODIFY()                  ((void)0)
     3340
    33343341/** @todo add more as needed. */
    33353342
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