repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
intl
/
ngettext.shared.s
blob
99dd5b3d4699176cc7399860b7b0370bef95f396
1
.text
2
#APP
3
memmove
=
__GI_memmove
4
memset
=
__GI_memset
5
memcpy
=
__GI_memcpy
6
#NO_APP
7
.p2align 4,,15
8
.globl __ngettext
9
.type __ngettext, @function
10
__ngettext
:
11
movq
%
rdx
, %
rcx
12
movl $
5
, %
r8d
13
movq
%
rsi
, %
rdx
14
movq
%
rdi
, %
rsi
15
xorl
%
edi
, %
edi
16
jmp __dcngettext
17
.size __ngettext, .-__ngettext
18
.weak ngettext
19
.set ngettext,__ngettext
20
.hidden __dcngettext