VirtualBox

Ignore:
Timestamp:
Mar 28, 2024 1:42:59 AM (10 months ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

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

    r104076 r104099  
    25852585
    25862586
    2587 /** The @a a_fSpportedHosts mask are ORed together RT_ARCH_VAL_XXX values. */
     2587/** The @a a_fSupportedHosts mask are ORed together RT_ARCH_VAL_XXX values. */
    25882588#define IEM_MC_NATIVE_IF(a_fSupportedHosts)                               if (false) {
    25892589#define IEM_MC_NATIVE_ELSE()                                              } else {
     
    25992599#define IEM_MC_NATIVE_EMIT_7(a_fnEmitter, a0, a1, a2, a3, a4, a5, a6)     (void)(a0), (void)(a1), (void)(a2), (void)(a3), (void)(a4), (void)(a5), (void)(a6)
    26002600#define IEM_MC_NATIVE_EMIT_8(a_fnEmitter, a0, a1, a2, a3, a4, a5, a6, a7) (void)(a0), (void)(a1), (void)(a2), (void)(a3), (void)(a4), (void)(a5), (void)(a6), (void)(a7)
     2601
     2602/** This can be used to direct the register allocator when dealing with
     2603 * x86/AMD64 instructions (like SHL reg,CL) that takes fixed registers. */
     2604#define IEM_MC_NATIVE_SET_AMD64_HOST_REG_FOR_LOCAL(a_VarNm, a_idxHostReg) ((void)0)
    26012605
    26022606
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