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
file: improve the file access interface
[nasm.git]
/
test
/
movd.asm
blob
42df0af9dfe8d0821adbd724c4d9d39b4e5e5884
1
;Testname=optimized; Arguments=-Ox -fbin -omovd.bin; Files=stdout stderr movd.bin
2
[
BITS
32
]
3
movd mm0
,
eax
4
movd mm0
,[
eax
]
5
movd
[
eax
],
mm0
6
movd
eax
,
mm0
7
8
movd xmm0
,
eax
9
movd xmm0
,[
eax
]
10
11
movd
[
eax
],
xmm0
12
movd
eax
,
xmm0