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]
/
stdlib
/
llabs.s
blob
3b68ba0456f594e39c79bdff035b993d93bddce2
1
.text
2
.p2align 4,,15
3
.globl llabs
4
.type llabs, @function
5
llabs
:
6
movq
%
rdi
, %
rdx
7
movq
%
rdi
, %
rax
8
sarq $
63
, %
rdx
9
xorq
%
rdx
, %
rax
10
subq
%
rdx
, %
rax
11
ret
12
.size llabs, .-llabs