x86/Intel: fix fallout from earlier template folding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-invpcid.l
CommitLineData
6c30d220
L
1.*: Assembler messages:
2.*:4: Error: .*
3.*:5: Error: .*
4.*:6: Error: .*
5.*:9: Error: .*
6.*:10: Error: .*
7.*:11: Error: .*
8GAS LISTING .*
9
10
11[ ]*1[ ]+\# Check illegal INVPCID instructions
12[ ]*2[ ]+\.text
13[ ]*3[ ]+foo:
14[ ]*4[ ]+invpcid \(%ecx\), %bx
15[ ]*5[ ]+invpcid %ebx, \(%ecx\)
16[ ]*6[ ]+invpcid %ebx, %ecx
17[ ]*7[ ]+
18[ ]*8[ ]+\.intel_syntax noprefix
19[ ]*9[ ]+invpcid bx, \[ecx\]
20[ ]*10[ ]+invpcid \[ecx\], ebx
21[ ]*11[ ]+invpcid ecx, ebx
This page took 0.31706 seconds and 4 git commands to generate.