Changeset 101336 in vbox
- Timestamp:
- Oct 4, 2023 7:12:00 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/armv8.h
r101329 r101336 200 200 201 201 /** @name Mapping of op0:op1:CRn:CRm:op2 to a system register ID. This is 202 * IPRT specific and not part of the ARMv8 specification. */ 202 * IPRT specific and not part of the ARMv8 specification. 203 * @{ */ 203 204 #define ARMV8_AARCH64_SYSREG_ID_CREATE(a_Op0, a_Op1, a_CRn, a_CRm, a_Op2) \ 204 205 UINT16_C( (((a_Op0) & 0x3) << 14) \
Note:
See TracChangeset
for help on using the changeset viewer.