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]
/
nptl
/
old_pthread_cond_init.shared.s
blob
001cf8af116c3a9d7709e2911503d12a009dcd9e
1
.text
2
#APP
3
memmove
=
__GI_memmove
4
memset
=
__GI_memset
5
memcpy
=
__GI_memcpy
6
.symver __pthread_cond_init_2_0,pthread_cond_init@GLIBC_2.2.5
7
#NO_APP
8
.p2align 4,,15
9
.globl __pthread_cond_init_2_0
10
.type __pthread_cond_init_2_0, @function
11
__pthread_cond_init_2_0
:
12
xorl
%
eax
, %
eax
13
testq
%
rsi
, %
rsi
14
movq $
0
, (%
rdi
)
15
je
.L1
16
movl
(%
rsi
), %
eax
17
movl $
22
, %
edx
18
testl
%
eax
, %
eax
19
cmovne
%
edx
, %
eax
20
.L1:
21
rep ret
22
.size __pthread_cond_init_2_0, .-__pthread_cond_init_2_0