VirtualBox

Changeset 102510 in vbox for trunk/include


Ignore:
Timestamp:
Dec 6, 2023 9:39:10 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160654
Message:

VMM/IEM: 64-bit effective address calculation (IEM_MC_CALC_RM_EFF_ADDR_THREADED_64*). Some fixes to disassembly and iemNativeEmitGprByGprDisp. bugref:10371

File:
1 edited

Legend:

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

    r102449 r102510  
    26562656
    26572657
     2658/** A64: Encodes an MOV instruction.
     2659 * This is an alias for "orr dst, xzr, src".  */
     2660DECL_FORCE_INLINE(uint32_t) Armv8A64MkInstrMov(uint32_t iRegResult, uint32_t idxRegSrc, bool f64Bit = true)
     2661{
     2662    return Armv8A64MkInstrOrr(iRegResult, ARMV8_A64_REG_XZR, idxRegSrc, f64Bit);
     2663}
     2664
     2665
    26582666/** A64: Encodes an ORN instruction.
    26592667 * @see Armv8A64MkInstrLogicalShiftedReg for parameter details.  */
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