x86: support further AMD Zen2 instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-seg.l
index c1bbef93ab11fe4b27ca1ecdf5b465d5d90ed122..c081b0e24e99c5f330d640ef3b8b4a0c5c9000b0 100644 (file)
@@ -5,16 +5,18 @@
 .*:8: Error: .*
 .*:9: Error: .*
 .*:10: Error: .*
+.*:11: Error: .*
 GAS LISTING .*
 
 
-[      ]*1[    ]+\.text
-[      ]*2[    ]+\# All the following should be illegal
-[      ]*3[    ]+movl  %ds,\(%eax\)
-[      ]*4[    ]+movl  \(%eax\),%ds
-[      ]*5[    ]+
-[      ]*6[    ]+\.intel_syntax noprefix
-[      ]*7[    ]+mov   eax, DWORD PTR fs:foobar:16
-[      ]*8[    ]+mov   eax, DWORD PTR fs:foobar:barfoo:16
-[      ]*9[    ]+mov   eax, DWORD PTR fs:ds:16
-[      ]*10[   ]+mov   eax, DWORD PTR fs:ds:cs:16
+[      ]*[1-9][0-9]*[  ]*\.text
+[      ]*[1-9][0-9]*[  ]*# All the following should be illegal
+[      ]*[1-9][0-9]*[  ]*movl  %ds,\(%eax\)
+[      ]*[1-9][0-9]*[  ]*movl  \(%eax\),%ds
+[      ]*[1-9][0-9]*[  ]*
+[      ]*[1-9][0-9]*[  ]*\.intel_syntax noprefix
+[      ]*[1-9][0-9]*[  ]*mov   eax, es:foo:\[eax\]
+[      ]*[1-9][0-9]*[  ]*mov   eax, es:fs:foo:\[eax\]
+[      ]*[1-9][0-9]*[  ]*mov   eax, fs:foo:bar:\[eax\]
+[      ]*[1-9][0-9]*[  ]*mov   eax, fs:foo:gs:\[eax\]
+[      ]*[1-9][0-9]*[  ]*mov   eax, bar:gs:\[eax\]
This page took 0.025424 seconds and 4 git commands to generate.