]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - tools/perf/bench/mem-memset-x86-64-asm-def.h
pinctrl: sirf: move sgpio lock into state container
[mirror_ubuntu-zesty-kernel.git] / tools / perf / bench / mem-memset-x86-64-asm-def.h
1
2 MEMSET_FN(__memset,
3 "x86-64-unrolled",
4 "unrolled memset() in arch/x86/lib/memset_64.S")
5
6 MEMSET_FN(memset_c,
7 "x86-64-stosq",
8 "movsq-based memset() in arch/x86/lib/memset_64.S")
9
10 MEMSET_FN(memset_c_e,
11 "x86-64-stosb",
12 "movsb-based memset() in arch/x86/lib/memset_64.S")