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