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 22