aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/powerpc/copyloops/memcpy_stubs.S
blob: d9baa832fa49f0698ed8034403b12154eccacc79 (plain) (blame)
1
2
3
4
5
6
7
8
/* 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