VirtualBox

Changeset 101601 in vbox


Ignore:
Timestamp:
Oct 26, 2023 9:54:02 AM (11 months ago)
Author:
vboxsync
Message:

VMM/IEM: Native IEM_MC_SUB_GREG_U16, IEM_MC_IF_CX_IS_NZ_AND_EFL_BIT_SET and IEM_MC_IF_CX_IS_NZ_AND_EFL_BIT_NOT_SET translation. Covers 16-bit loop instructions. bugref:10371 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/armv8.h

    r101585 r101601  
    27652765{
    27662766    Assert(cBitsWidth > 0U); Assert(cBitsWidth < (f64Bit ? 64U : 32U)); Assert(offFirstBit < (f64Bit ? 64U : 32U));
    2767     return Armv8A64MkInstrBfm(iRegResult, iRegSrc, (uint32_t)-(int32_t)cBitsWidth & (f64bit ? 0x3f : 0x1f),
     2767    return Armv8A64MkInstrBfm(iRegResult, iRegSrc, (uint32_t)-(int32_t)cBitsWidth & (f64Bit ? 0x3f : 0x1f),
    27682768                              cBitsWidth - 1, f64Bit);
    27692769}
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