thesis/linux-6.8.1/tools/testing/selftests/powerpc/copyloops/memcpy_stubs.S
2025-03-19 13:44:23 +01:00

8 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