BR3392232: Fix relocations in MachO64
[nasm.git] / test / movd64.asm
blobb328c3496f1911930c0964a0276f1783765ea7b0
1 bits 64
3 movd r8d, mm1
4 movd r8, mm1
5 movq r8, mm1
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
14 ; movd mm2, mm1
15 movq mm2, mm1