Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc75 #ifndef HWCAP_SVE
76 #define HWCAP_SVE (1 << 22)
/freebsd/sys/arm64/include/
H A Delf.h124 #define HWCAP_SVE (1 << 22) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dmrs.inc140 if (hwcap & HWCAP_SVE)
/freebsd/sys/arm64/arm64/
H A Didentcpu.c1639 MRS_HWCAP(1, HWCAP_SVE, ID_AA64PFR0_SVE_IMPL),