VirtualBox

Changeset 96535 in vbox


Ignore:
Timestamp:
Aug 27, 2022 10:50:12 AM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Implement [v]palignr instructions, bugref:9898 [trailing whitespace]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp

    r96533 r96535  
    1524515245        uint8_t cShift = bEvil * 8;
    1524615246        *pu64Dst =   ((u64Src1 & (RT_BIT_64(cShift) - 1)) << ((8 - bEvil) * 8))
    15247                    | (u64Src2 >> cShift); 
     15247                   | (u64Src2 >> cShift);
    1524815248    }
    1524915249}
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