repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
perf
/
bench
/
mem-memset-x86-64-asm-def.h
blob
dac6d2b7c39b2d39423fee72ae898cb9af83edea
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
MEMSET_FN
(
memset_orig
,
4
"x86-64-unrolled"
,
5
"unrolled memset() in arch/x86/lib/memset_64.S"
)
6
7
MEMSET_FN
(
__memset
,
8
"x86-64-stosq"
,
9
"movsq-based memset() in arch/x86/lib/memset_64.S"
)
10
11
MEMSET_FN
(
memset_erms
,
12
"x86-64-stosb"
,
13
"movsb-based memset() in arch/x86/lib/memset_64.S"
)