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
/
ldiv.s
blob
5687a33302ee70df802da6c1c0cb295aa9756e23
1
.text
2
.p2align 4,,15
3
.globl ldiv
4
.type ldiv, @function
5
ldiv
:
6
movq
%
rdi
, %
rax
7
cqto
8
idivq
%
rsi
9
ret
10
.size ldiv, .-ldiv
11
.weak imaxdiv
12
.set imaxdiv,ldiv