repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rdoff: use nasm-provided safe memory allocation and I/O
[nasm.git]
/
test
/
movd64.asm
blob
b328c3496f1911930c0964a0276f1783765ea7b0
1
bits
64
2
3
movd r8d
,
mm1
4
movd r8
,
mm1
5
movq r8
,
mm1
6
7
movd
[
rax
],
mm1
8
movq
[
rax
],
mm1
9
movd
dword
[
rax
],
mm1
10
; movq dword [rax], mm1
11
movd
qword
[
rax
],
mm1
12
movq
qword
[
rax
],
mm1
13
14
; movd mm2, mm1
15
movq mm2
,
mm1