Changeset 104382 in vbox for trunk/include/iprt/armv8.h
- Timestamp:
- Apr 19, 2024 7:47:58 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/armv8.h
r104366 r104382 4775 4775 kArmv8VecInstrCmpZeroOp_Lt = UINT32_C(0xa800), /**< Lower than zero (>=) (signed) */ 4776 4776 kArmv8VecInstrCmpZeroOp_Ge = RT_BIT_32(29) | UINT32_C(0x8800), /**< Greater or equal to zero (>=) (signed) */ 4777 kArmv8VecInstrCmpZeroOp_Le = RT_BIT_32(29) | UINT32_C(0x9800) ,/**< Lower or equal to zero (<=) (signed) */4777 kArmv8VecInstrCmpZeroOp_Le = RT_BIT_32(29) | UINT32_C(0x9800) /**< Lower or equal to zero (<=) (signed) */ 4778 4778 } ARMV8VECINSTRCMPZEROOP; 4779 4779
Note:
See TracChangeset
for help on using the changeset viewer.