Changeset 103833 in vbox for trunk/include
- Timestamp:
- Mar 13, 2024 2:59:24 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/armv8.h
r103815 r103833 3033 3033 uint32_t uImm7SizeLen, uint32_t uImm6Rotations, bool f64Bit) 3034 3034 { 3035 Assert(u2Opc < 4); Assert(uImm7SizeLen < (f64Bit ? UINT32_C(0x7f) : UINT32_C(0x 1f)));3035 Assert(u2Opc < 4); Assert(uImm7SizeLen < (f64Bit ? UINT32_C(0x7f) : UINT32_C(0x3f))); 3036 3036 Assert(uImm6Rotations <= UINT32_C(0x3f)); Assert(iRegResult < 32); Assert(iRegSrc < 32); 3037 3037 return ((uint32_t)f64Bit << 31)
Note:
See TracChangeset
for help on using the changeset viewer.