mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
test: Add movd.asm
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
ed33be2519
commit
767a4e8313
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…
Reference in New Issue
Block a user