i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nommx-1.s
CommitLineData
293f5f65
L
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
8d5b9a5a 15 .p2align 4
This page took 0.192031 seconds and 4 git commands to generate.