Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm64/include/
H A Delf.h78 #define HWCAP2_SVEPMULL 0x0000000000000008ul macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c939 #ifndef HWCAP2_SVEPMULL
940 #define HWCAP2_SVEPMULL (1 << 3) macro
1199 if (hwcap2 & HWCAP2_SVEPMULL) { in init_cpu_features_resolver()