aboutsummaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/gas32/gas-movdq32.asm
blob: a90c1a6e8cf4d171dc2fb1e8e00e42effb85be73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
movd %mm0, %eax
movd %eax, %mm0
movd %mm0, 0
movd 0, %mm(0)

movd %xmm0, %eax
movd %eax, %xmm0
movd %xmm0, 0
movd 0, %xmm0

movq %xmm0, 0
movq 0, %xmm0
movq %xmm1, %xmm0
movq %xmm0, %xmm1

movq %mm0, 0
movq 0, %mm0
movq %mm1, %mm0
movq %mm0, %mm1