Linux-6.18.2/tools/testing/selftests/powerpc/copyloops/memcpy_stubs.S
2025-12-23 20:06:59 +08:00

9 lines
154 B
ArmAsm

/* SPDX-License-Identifier: GPL-2.0 */
#include <asm/ppc_asm.h>
FUNC_START(memcpy)
b test_memcpy
FUNC_START(backwards_memcpy)
b test_backwards_memcpy