Changeset 105175 in vbox
- Timestamp:
- Jul 7, 2024 1:09:15 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/armv8.h
r105174 r105175 4971 4971 kArmv8VecInstrFpSz_2x_Single = 0, /**< 2x single precision values in the low 64-bit of the 128-bit register. */ 4972 4972 kArmv8VecInstrFpSz_4x_Single = RT_BIT_32(30), /**< 4x single precision values in the 128-bit register. */ 4973 kArmv8VecInstrFpSz_2x_Double = RT_BIT_32(30) | RT_BIT_32(22) ,/**< 2x double precision values in the 128-bit register. */4973 kArmv8VecInstrFpSz_2x_Double = RT_BIT_32(30) | RT_BIT_32(22) /**< 2x double precision values in the 128-bit register. */ 4974 4974 } ARMV8INSTRVECFPSZ; 4975 4975 … … 4996 4996 4997 4997 kArmv8VecInstrFpOp_Fmla = UINT32_C(0xc800), /**< FMLA */ 4998 kArmv8VecInstrFpOp_Fmls = RT_BIT_32(23) | UINT32_C(0xc800) ,/**< FMLS */4998 kArmv8VecInstrFpOp_Fmls = RT_BIT_32(23) | UINT32_C(0xc800) /**< FMLS */ 4999 4999 } ARMV8INSTRVECFPOP; 5000 5000
Note:
See TracChangeset
for help on using the changeset viewer.