mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
test: Add movd.asm
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
ed33be2519
commit
767a4e8313
1 changed files with 12 additions and 0 deletions
12
test/movd.asm
Normal file
12
test/movd.asm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
;Testname=optimized; Arguments=-Ox -fbin -omovd.bin; Files=stdout stderr movd.bin
|
||||
[BITS 32]
|
||||
movd mm0,eax
|
||||
movd mm0,[eax]
|
||||
movd [eax],mm0
|
||||
movd eax,mm0
|
||||
|
||||
movd xmm0,eax
|
||||
movd xmm0,[eax]
|
||||
|
||||
movd [eax],xmm0
|
||||
movd eax,xmm0
|
||||
Loading…
Add table
Add a link
Reference in a new issue