0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00
Files
nasm/travis/test/movd64.asm
Cyrill Gorcunov c0e2bbc66a travis: add movd64
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-11 15:37:46 +03:00

20 lines
251 B
NASM

bits 64
movd r8d, mm1
movd r8, mm1
movq r8, mm1
movd [rax], mm1
movq [rax], mm1
movd dword [rax], mm1
%ifdef ERROR
movq dword [rax], mm1
%endif
movd qword [rax], mm1
movq qword [rax], mm1
%ifdef ERROR
movd mm2, mm1
%endif
movq mm2, mm1