VirtualBox

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


Ignore:
Timestamp:
Mar 28, 2024 1:42:59 AM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162502
Message:

VMM/IEM: Emit native code for shl Ev,CL. bugref:10376

File:
1 edited

Legend:

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

    r104076 r104099  
    593593#define IEM_MC_NATIVE_EMIT_8(a_fnEmitter, a0, a1, a2, a3, a4, a5, a6, a7) do { (void)fMcBegin; (void)(a0), (void)(a1), (void)(a2), (void)(a3), (void)(a4), (void)(a5), (void)(a6), (void)(a7); } while (0)
    594594
     595#define IEM_MC_NATIVE_SET_AMD64_HOST_REG_FOR_LOCAL(a_VarNm, a_idxHostReg) do { (void)fMcBegin; CHK_VAR(a_VarNm); AssertCompile(a_idxHostReg <= X86_GREG_COUNT); } while (0)
     596
    595597#define IEM_MC_NO_NATIVE_RECOMPILE()                    ((void)0)
    596598
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