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.s
blob
36cae01a3debf8bb7fbbd5b18d992fe01dc69a18
1
.text
2
.p2align 4,,15
3
.globl __ngettext
4
.type __ngettext, @function
5
__ngettext
:
6
movq
%
rdx
, %
rcx
7
movl $
5
, %
r8d
8
movq
%
rsi
, %
rdx
9
movq
%
rdi
, %
rsi
10
xorl
%
edi
, %
edi
11
jmp __dcngettext
12
.size __ngettext, .-__ngettext
13
.weak ngettext
14
.set ngettext,__ngettext
15
.hidden __dcngettext