Home
last modified time | relevance | path

Searched refs:hwcap2 (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
HDmrs.inc13 unsigned long hwcap2 = 0;
15 hwcap2 = arg->_hwcap2;
22 if (hwcap2 & HWCAP2_FLAGM2)
52 if (hwcap2 & HWCAP2_MTE) {
56 if (hwcap2 & HWCAP2_MTE3)
58 if (hwcap2 & HWCAP2_SVEAES)
60 if (hwcap2 & HWCAP2_SVEPMULL)
62 if (hwcap2 & HWCAP2_SVEBITPERM)
64 if (hwcap2 & HWCAP2_SVESHA3)
66 if (hwcap2 & HWCAP2_SVESM4)
[all …]
HDfreebsd.inc11 unsigned long hwcap2 = 0;
18 res |= elf_aux_info(AT_HWCAP2, &hwcap2, sizeof hwcap2);
25 arg._hwcap2 = hwcap2;
HDsysauxv.inc14 unsigned long hwcap2 = getauxval(AT_HWCAP2);
19 arg._hwcap2 = hwcap2;
HDandroid.inc29 unsigned long hwcap2 = getauxval(AT_HWCAP2);
34 arg._hwcap2 = hwcap2;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterFlagsDetector_arm64.cpp30 Arm64RegisterFlagsDetector::DetectSVCRFields(uint64_t hwcap, uint64_t hwcap2) { in DetectSVCRFields() argument
33 if (!(hwcap2 & HWCAP2_SME)) in DetectSVCRFields()
47 uint64_t hwcap2) { in DetectMTECtrlFields() argument
50 if (!(hwcap2 & HWCAP2_MTE)) in DetectMTECtrlFields()
66 Arm64RegisterFlagsDetector::DetectFPCRFields(uint64_t hwcap, uint64_t hwcap2) { in DetectFPCRFields() argument
85 if (hwcap2 & HWCAP2_EBF16) in DetectFPCRFields()
95 if (hwcap2 & HWCAP2_AFP) { in DetectFPCRFields()
105 Arm64RegisterFlagsDetector::DetectFPSRFields(uint64_t hwcap, uint64_t hwcap2) { in DetectFPSRFields() argument
108 (void)hwcap2; in DetectFPSRFields()
125 Arm64RegisterFlagsDetector::DetectCPSRFields(uint64_t hwcap, uint64_t hwcap2) { in DetectCPSRFields() argument
[all …]
HDRegisterFlagsDetector_arm64.h43 void DetectFields(uint64_t hwcap, uint64_t hwcap2);
58 static Fields DetectCPSRFields(uint64_t hwcap, uint64_t hwcap2);
59 static Fields DetectFPSRFields(uint64_t hwcap, uint64_t hwcap2);
60 static Fields DetectFPCRFields(uint64_t hwcap, uint64_t hwcap2);
61 static Fields DetectMTECtrlFields(uint64_t hwcap, uint64_t hwcap2);
62 static Fields DetectSVCRFields(uint64_t hwcap, uint64_t hwcap2);
/freebsd-13-stable/lib/libc/gen/
HDauxv.c71 static u_long hwcap, hwcap2; variable
111 hwcap2 = (u_long)(aux->a_un.a_val); in init_aux()
300 *(u_long *)buf = hwcap2; in _elf_aux_info()
/freebsd-13-stable/crypto/openssl/crypto/
HDppccap.c345 unsigned long hwcap2 = getauxval(AT_HWCAP2); in OPENSSL_cpuid_setup() local
364 if ((hwcap & HWCAP_VSX) && (hwcap2 & HWCAP_VEC_CRYPTO)) in OPENSSL_cpuid_setup()
368 if (hwcap2 & HWCAP_ARCH_3_00) { in OPENSSL_cpuid_setup()