Blame view

tools/perf/bench/mem-memcpy-x86-64-asm-def.h 318 Bytes
81f7e3824   Eric Lee   Initial Release, ...
1
2
3
4
5
6
7
8
9
10
11
12
13
  /* SPDX-License-Identifier: GPL-2.0 */
  
  MEMCPY_FN(memcpy_orig,
  	"x86-64-unrolled",
  	"unrolled memcpy() in arch/x86/lib/memcpy_64.S")
  
  MEMCPY_FN(__memcpy,
  	"x86-64-movsq",
  	"movsq-based memcpy() in arch/x86/lib/memcpy_64.S")
  
  MEMCPY_FN(memcpy_erms,
  	"x86-64-movsb",
  	"movsb-based memcpy() in arch/x86/lib/memcpy_64.S")