xref: /linux/tools/perf/bench/mem-memcpy-x86-64-asm-def.h (revision 69e4b75a5b90ef74300c283c0aafe8d41daf13a8)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 MEMCPY_FN(memcpy_orig,
4 	mem_alloc,
5 	mem_free,
6 	"x86-64-unrolled",
7 	"unrolled memcpy() in arch/x86/lib/memcpy_64.S")
8 
9 MEMCPY_FN(__memcpy,
10 	mem_alloc,
11 	mem_free,
12 	"x86-64-movsq",
13 	"movsq-based memcpy() in arch/x86/lib/memcpy_64.S")
14