VirtualBox

Changeset 105736 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 19, 2024 5:41:36 PM (9 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164441
Message:

Disassembler/ARMv8: Build fix and add support conditionals, bugref:10388

File:
1 edited

Legend:

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

    r105734 r105736  
    279279 * @{  */
    280280#define ARMV8_AARCH64_SYSREG_ID_CREATE(a_Op0, a_Op1, a_CRn, a_CRm, a_Op2) \
    281     UINT16_C(  (((a_Op0) & 0x3) << 14) \
    282              | (((a_Op1) & 0x7) << 11) \
    283              | (((a_CRn) & 0xf) <<  7) \
    284              | (((a_CRm) & 0xf) <<  3) \
    285              |  ((a_Op2) & 0x7))
    286 #define ARMV8_AARCH64_SYSREG_ID_CREATE_DYN(a_Op0, a_Op1, a_CRn, a_CRm, a_Op2) \
    287281    (uint16_t)(  (((a_Op0) & 0x3) << 14) \
    288282               | (((a_Op1) & 0x7) << 11) \
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