Home
last modified time | relevance | path

Searched refs:HWCAP2_SVEPMULL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc109 #ifndef HWCAP2_SVEPMULL
110 #define HWCAP2_SVEPMULL (1 << 3)
/freebsd/sys/arm64/include/
H A Delf.h139 #define HWCAP2_SVEPMULL 0x0000000000000008ul macro
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dmrs.inc68 if (hwcap2 & HWCAP2_SVEPMULL) {