VirtualBox

Changeset 103754 in vbox for trunk/include


Ignore:
Timestamp:
Mar 11, 2024 9:46:37 AM (11 months ago)
Author:
vboxsync
Message:

include/iprt/armv8.h: Fix generation of umov instruction, bugref:10614

File:
1 edited

Legend:

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

    r103733 r103754  
    41034103    return UINT32_C(0x0e003c00)
    41044104         | ((uint32_t)fDst64Bit << 30)
    4105          | ((uint32_t)idxElem << enmSz)
     4105         | ((uint32_t)idxElem << (16 + enmSz + 1))
    41064106         | (RT_BIT_32(enmSz) << 16)
    41074107         | (iVecRegSrc << 5)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette