VirtualBox

Changeset 105171 in vbox for trunk/include


Ignore:
Timestamp:
Jul 7, 2024 12:57:24 PM (7 months ago)
Author:
vboxsync
Message:

VMM/IEM: Implement native emitter for por,orps,orpd instructions, some cleanup, bugref:10652 [build fix]

File:
1 edited

Legend:

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

    r105170 r105171  
    44704470    kArmv8VecInstrLogicOp_Bsl = RT_BIT_32(29) |                 RT_BIT_32(22), /**< BSL */
    44714471    kArmv8VecInstrLogicOp_Bit = RT_BIT_32(29) | RT_BIT_32(23),                 /**< BIT */
    4472     kArmv8VecInstrLogicOp_Bif = RT_BIT_32(29) | RT_BIT_32(23) | RT_BIT_32(22), /**< BIF */
     4472    kArmv8VecInstrLogicOp_Bif = RT_BIT_32(29) | RT_BIT_32(23) | RT_BIT_32(22)  /**< BIF */
    44734473} ARMV8INSTRVECLOGICOP;
    44744474
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