x86: make sure all PUSH/POP honor DefaultSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nommx-1.s
1 # Test .arch .nommx
2 .text
3 .arch generic32
4 emms
5 .arch .mmx
6 movd %mm0, %eax
7 femms
8 .arch .3dnow
9 femms
10 pswapd %mm1,%mm0
11 .arch .3dnowa
12 pswapd %mm1,%mm0
13 .arch .nommx
14 emms
15 .p2align 4
This page took 0.031012 seconds and 4 git commands to generate.