memmove_std
void *memmove_std(void * _Nonnull dst, const void * _Nonnull src,
return (memmove_std(dst, src, len));
memmove_erms : memmove_std);
#define MEMMOVE_EARLY_FUNC memmove_std
void *memmove_std(void * _Nonnull dst, const void * _Nonnull src,
return ((elf_hwcap2 & HWCAP2_MOPS) != 0 ? memmove_mops : memmove_std);
#define MEMMOVE_EARLY_FUNC memmove_std