Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm64/include/
H A Delf.h108 #define HWCAP2_SVE_EBF16 0x0000000200000000ul macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c1008 #ifndef HWCAP2_SVE_EBF16
1009 #define HWCAP2_SVE_EBF16 (1UL << 33) macro
1219 if (hwcap2 & HWCAP2_SVE_EBF16) in init_cpu_features_resolver()