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
/
lldiv.s
blob
fb0bd0fd2b62ccce0e332f30b71290fe66730cea
1
.text
2
.p2align 4,,15
3
.globl lldiv
4
.type lldiv, @function
5
lldiv
:
6
movq
%
rdi
, %
rax
7
cqto
8
idivq
%
rsi
9
ret
10
.size lldiv, .-lldiv