memcpy_mops
void *memcpy_mops(void * _Nonnull dst, const void * _Nonnull src,
return ((elf_hwcap2 & HWCAP2_MOPS) != 0 ? memcpy_mops : memcpy_std);