i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nommx-1.l
1 .*: Assembler messages:
2 .*:4: Error: .*generic.*
3 .*:7: Error: .*mmx.*
4 .*:10: Error: .*3dnow.*
5 .*:14: Error: .*nommx.*
6 GAS LISTING .*
7 #...
8 [ ]*1[ ]+\# Test \.arch \.nommx
9 [ ]*2[ ]+\.text
10 [ ]*3[ ]+\.arch generic32
11 [ ]*4[ ]+emms
12 [ ]*5[ ]+\.arch \.mmx
13 [ ]*6[ ]+\?\?\?\? 0F7EC0 movd %mm0, %eax
14 [ ]*7[ ]+femms
15 [ ]*8[ ]+\.arch \.3dnow
16 [ ]*9[ ]+\?\?\?\? 0F0E femms
17 [ ]*10[ ]+pswapd %mm1,%mm0
18 [ ]*11[ ]+\.arch \.3dnowa
19 [ ]*12[ ]+\?\?\?\? 0F0FC1BB pswapd %mm1,%mm0
20 [ ]*13[ ]+\.arch \.nommx
21 [ ]*14[ ]+emms
22 #pass
This page took 0.029732 seconds and 4 git commands to generate.