Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterFlagsDetector_arm64.cpp25 #define HWCAP2_EBF16 (1ULL << 32) macro
85 if (hwcap2 & HWCAP2_EBF16) in DetectFPCRFields()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
HDhwcap.inc175 #ifndef HWCAP2_EBF16
176 #define HWCAP2_EBF16 (1ULL << 32)
/freebsd-14-stable/sys/arm64/include/
HDelf.h168 #define HWCAP2_EBF16 0x0000000100000000ul macro
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
HDmrs.inc76 if (hwcap2 & HWCAP2_EBF16)