i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-inval-invpcid.l
CommitLineData
6c30d220
L
1.*: Assembler messages:
2.*:4: Error: .*
3.*:5: Error: .*
4.*:6: Error: .*
5.*:7: Error: .*
6.*:10: Error: .*
7.*:11: Error: .*
8.*:12: Error: .*
9.*:13: Error: .*
10GAS LISTING .*
11
12
13[ ]*1[ ]+\# Check illegal 64bit INVPCID instructions
14[ ]*2[ ]+\.text
15[ ]*3[ ]+_start:
16[ ]*4[ ]+invvpid \(%rcx\), %bx
17[ ]*5[ ]+invvpid \(%rcx\), %ebx
18[ ]*6[ ]+invvpid %rbx, \(%rcx\)
19[ ]*7[ ]+invvpid %rbx, %rcx
20[ ]*8[ ]+
21[ ]*9[ ]+\.intel_syntax noprefix
22[ ]*10[ ]+invvpid bx, \[rcx\]
23[ ]*11[ ]+invvpid ebx, \[rcx\]
24[ ]*12[ ]+invvpid \[rcx\], rbx
25[ ]*13[ ]+invvpid rcx, rbx
This page took 0.402591 seconds and 4 git commands to generate.