Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/arm64/include/
Delf.h76 #define HWCAP2_SVE2 0x0000000000000002ul macro
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dcpu_model.c933 #ifndef HWCAP2_SVE2
934 #define HWCAP2_SVE2 (1 << 1) macro
1318 if (hwcap2 & HWCAP2_SVE2 && hwcap & HWCAP_SVE) in init_cpu_features_resolver()