Home
last modified time | relevance | path

Searched refs:MVFR0_SIMDReg_SHIFT (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm64/include/
H A Darmreg.h2068 #define MVFR0_SIMDReg_SHIFT 0 macro
2070 #define MVFR0_SIMDReg_MASK (UL(0xf) << MVFR0_SIMDReg_SHIFT)
2072 #define MVFR0_SIMDReg_NONE (UL(0x0) << MVFR0_SIMDReg_SHIFT)
2073 #define MVFR0_SIMDReg_FP (UL(0x1) << MVFR0_SIMDReg_SHIFT)
2074 #define MVFR0_SIMDReg_AdvSIMD (UL(0x2) << MVFR0_SIMDReg_SHIFT)