Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc78 #ifndef HWCAP_ASIMDFHM
79 #define HWCAP_ASIMDFHM (1 << 23)
/freebsd/sys/arm64/include/
H A Delf.h125 #define HWCAP_ASIMDFHM 0x00800000 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dmrs.inc31 if (hwcap & HWCAP_ASIMDFHM)
/freebsd/sys/arm64/arm64/
H A Didentcpu.c549 MRS_HWCAP(1, HWCAP_ASIMDFHM, ID_AA64ISAR0_FHM_IMPL),