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
/
pthread_equal.s
blob
b37b3e0f3349398506e77daa5970e1ff4e0d9b32
1
.text
2
.p2align 4,,15
3
.globl __pthread_equal
4
.type __pthread_equal, @function
5
__pthread_equal
:
6
xorl
%
eax
, %
eax
7
cmpq
%
rsi
, %
rdi
8
sete
%
al
9
ret
10
.size __pthread_equal, .-__pthread_equal
11
.weak pthread_equal
12
.set pthread_equal,__pthread_equal