i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-invpcid.l
1 .*: Assembler messages:
2 .*:4: Error: .*
3 .*:5: Error: .*
4 .*:6: Error: .*
5 .*:9: Error: .*
6 .*:10: Error: .*
7 .*:11: Error: .*
8 GAS 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.037069 seconds and 4 git commands to generate.