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
/
mpn2dbl.s
blob
093742c5c30eecb2946bb6ef6f44989466bbf929
1
.text
2
.p2align 4,,15
3
.globl __mpn_construct_double
4
.hidden __mpn_construct_double
5
.type __mpn_construct_double, @function
6
__mpn_construct_double
:
7
movq
(%
rdi
), %
rax
8
addw $
1023
, %
si
9
salq $
63
, %
rdx
10
andl $
2047
, %
esi
11
salq $
52
, %
rsi
12
movl
%
eax
, %
ecx
13
orq
%
rsi
, %
rdx
14
movabsq $
4503595332403200
, %
rsi
15
andq
%
rsi
, %
rax
16
orq
%
rcx
, %
rdx
17
orq
%
rax
, %
rdx
18
movq
%
rdx
, -
8
(%
rsp
)
19
movsd
-
8
(%
rsp
), %
xmm0
20
ret
21
.size __mpn_construct_double, .-__mpn_construct_double