Home
last modified time | relevance | path

Searched refs:HWCAP2_MOPS (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dcopyinout_ifunc.c44 return ((elf_hwcap2 & HWCAP2_MOPS) != 0 ? copyout_mops : copyout_std);
49 return ((elf_hwcap2 & HWCAP2_MOPS) != 0 ? copyin_mops : copyin_std);
H A Dmachdep.c1093 return ((elf_hwcap2 & HWCAP2_MOPS) != 0 ? memset_mops : memset_std);
1099 return ((elf_hwcap2 & HWCAP2_MOPS) != 0 ? memmove_mops : memmove_std);
1105 return ((elf_hwcap2 & HWCAP2_MOPS) != 0 ? memcpy_mops : memcpy_std);
H A Didentcpu.c1098 MRS_HWCAP(2, HWCAP2_MOPS, ID_AA64ISAR2_MOPS_IMPL),
H A Dpmap.c10323 if (elf_hwcap2 & HWCAP2_MOPS)
/freebsd/lib/libc/aarch64/string/
H A Dmemcpy_resolver.c37 if (ifunc_arg->_hwcap2 & HWCAP2_MOPS)
H A Dmemmove_resolver.c37 if (ifunc_arg->_hwcap2 & HWCAP2_MOPS)
H A Dmemset_resolver.c42 if (ifunc_arg->_hwcap2 & HWCAP2_MOPS)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc184 #ifndef HWCAP2_MOPS
185 #define HWCAP2_MOPS (1ULL << 43)
/freebsd/sys/arm64/include/
H A Delf.h198 #define HWCAP2_MOPS (1UL << 43) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dmrs.inc82 if (hwcap2 & HWCAP2_MOPS)