xref: /kernel/linux/linux-5.10/tools/perf/bench/mem-memcpy-x86-64-asm-def.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/perf/bench/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciMEMCPY_FN(memcpy_orig,
48c2ecf20Sopenharmony_ci	"x86-64-unrolled",
58c2ecf20Sopenharmony_ci	"unrolled memcpy() in arch/x86/lib/memcpy_64.S")
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciMEMCPY_FN(__memcpy,
88c2ecf20Sopenharmony_ci	"x86-64-movsq",
98c2ecf20Sopenharmony_ci	"movsq-based memcpy() in arch/x86/lib/memcpy_64.S")
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciMEMCPY_FN(memcpy_erms,
128c2ecf20Sopenharmony_ci	"x86-64-movsb",
138c2ecf20Sopenharmony_ci	"movsb-based memcpy() in arch/x86/lib/memcpy_64.S")
14

Indexes created Thu Nov 07 10:32:03 CST 2024