Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
HDhwcap.inc109 #ifndef HWCAP2_SVEPMULL
110 #define HWCAP2_SVEPMULL (1 << 3)
/freebsd-14-stable/sys/arm64/include/
HDelf.h139 #define HWCAP2_SVEPMULL 0x0000000000000008ul macro
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
HDmrs.inc60 if (hwcap2 & HWCAP2_SVEPMULL)
/freebsd-14-stable/sys/arm64/arm64/
HDidentcpu.c1669 MRS_HWCAP(2, HWCAP2_SVEPMULL, ID_AA64ZFR0_AES_PMULL),