VirtualBox

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


Ignore:
Timestamp:
Jul 24, 2024 2:40:45 PM (4 months ago)
Author:
vboxsync
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/include/IEMMc.h

    r105449 r105489  
    26812681#define IEM_MC_NATIVE_EMIT_1(a_fnEmitter, a0)                             (void)(a0)
    26822682#define IEM_MC_NATIVE_EMIT_2(a_fnEmitter, a0, a1)                         (void)(a0), (void)(a1)
     2683#define IEM_MC_NATIVE_EMIT_2_EX(a_fnEmitter, a0, a1)                      (void)(a0), (void)(a1)
    26832684#define IEM_MC_NATIVE_EMIT_3(a_fnEmitter, a0, a1, a2)                     (void)(a0), (void)(a1), (void)(a2)
    26842685#define IEM_MC_NATIVE_EMIT_4(a_fnEmitter, a0, a1, a2, a3)                 (void)(a0), (void)(a1), (void)(a2), (void)(a3)
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