Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dmrs.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 …]
H A Dfreebsd.inc11 unsigned long hwcap2 = 0;
18 res |= elf_aux_info(AT_HWCAP2, &hwcap2, sizeof hwcap2);
25 arg._hwcap2 = hwcap2;
H A Dsysauxv.inc14 unsigned long hwcap2 = getauxval(AT_HWCAP2);
19 arg._hwcap2 = hwcap2;
H A Dandroid.inc29 unsigned long hwcap2 = getauxval(AT_HWCAP2);
34 arg._hwcap2 = hwcap2;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_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 …]
H A DRegisterFlagsDetector_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/crypto/openssl/crypto/
H A Dppccap.c223 unsigned long hwcap2 = getauxval(AT_HWCAP2); in OPENSSL_cpuid_setup() local
242 if ((hwcap & HWCAP_VSX) && (hwcap2 & HWCAP_VEC_CRYPTO)) in OPENSSL_cpuid_setup()
246 if (hwcap2 & HWCAP_ARCH_3_00) { in OPENSSL_cpuid_setup()
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h581 unsigned long hwcap2 = getauxval(AT_HWCAP2); in zfs_isa207_available() local
583 (hwcap2 & PPC_FEATURE2_ARCH_2_07)); in zfs_isa207_available()
/freebsd/sys/arm64/arm64/
H A Didentcpu.c2691 u_long *hwcap2) in parse_cpu_features() argument
2717 hwcap : hwcap2; in parse_cpu_features()