Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm64/include/
H A Delf.h79 #define HWCAP2_SVEBITPERM 0x0000000000000010ul macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c942 #ifndef HWCAP2_SVEBITPERM
943 #define HWCAP2_SVEBITPERM (1 << 4) macro
1203 if (hwcap2 & HWCAP2_SVEBITPERM) in init_cpu_features_resolver()