Reimplement .no87/.nommx/.nosse/.noavx directives
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nosse-1.l
1 .*: Assembler messages:
2 .*:4: Error: .*generic.*
3 .*:8: Error: .*nosse.*
4 GAS LISTING .*
5 #...
6 [ ]*1[ ]+\# Test \.arch \.nosse
7 [ ]*2[ ]+\.text
8 [ ]*3[ ]+\.arch generic32
9 [ ]*4[ ]+lfence
10 [ ]*5[ ]+\.arch \.sse2
11 [ ]*6[ ]+\?\?\?\? 0FAEE8 lfence
12 [ ]*7[ ]+\.arch \.nosse
13 [ ]*8[ ]+lfence
This page took 0.032024 seconds and 5 git commands to generate.