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
Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git]
/
tools
/
perf
/
bench
/
mem-memset-x86-64-asm-def.h
blob
a71dff97c1f54e87aea5034398534bacc77d6a56
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"
)