VirtualBox

Changeset 105489 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Jul 24, 2024 2:40:45 PM (10 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164153
Message:

VMM/IEM: Introduce special IEM_MC_NATIVE_EMIT_2_EX() IEM microcode statement which also passes the instruction count through, bugref:10652

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp

    r105445 r105489  
    592592#define IEM_MC_NATIVE_EMIT_1(a_fnEmitter, a0)                             do { (void)fMcBegin; (void)(a0); } while (0)
    593593#define IEM_MC_NATIVE_EMIT_2(a_fnEmitter, a0, a1)                         do { (void)fMcBegin; (void)(a0), (void)(a1); } while (0)
     594#define IEM_MC_NATIVE_EMIT_2_EX(a_fnEmitter, a0, a1)                      do { (void)fMcBegin; (void)(a0), (void)(a1); } while (0)
    594595#define IEM_MC_NATIVE_EMIT_3(a_fnEmitter, a0, a1, a2)                     do { (void)fMcBegin; (void)(a0), (void)(a1), (void)(a2); } while (0)
    595596#define IEM_MC_NATIVE_EMIT_4(a_fnEmitter, a0, a1, a2, a3)                 do { (void)fMcBegin; (void)(a0), (void)(a1), (void)(a2), (void)(a3); } while (0)
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