aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/bench/mem-memset-x86-64-asm-def.h
blob: 247c72fdfb9d4083834177ab7c39ab36ae8900e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */

MEMSET_FN(memset_orig,
	"x86-64-unrolled",
	"unrolled memset() in arch/x86/lib/memset_64.S")

MEMSET_FN(__memset,
	"x86-64-stosq",
	"movsq-based memset() in arch/x86/lib/memset_64.S")