Changeset 102373 in vbox for trunk/include/iprt
- Timestamp:
- Nov 29, 2023 10:38:42 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/armv8.h
r102370 r102373 2559 2559 return ((uint32_t)f64Bit << 31) 2560 2560 | ((uint32_t)enmType << 29) 2561 | UINT32_C(0x1 1400000)2561 | UINT32_C(0x12800000) 2562 2562 | (iHalfWord << 21) 2563 2563 | (uImm16 << 5)
Note:
See TracChangeset
for help on using the changeset viewer.