x86: fold various AVX512 templates with so far differing Masking attributes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-seg.s
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, es:foo:[eax]
8 mov eax, es:fs:foo:[eax]
9 mov eax, fs:foo:bar:[eax]
10 mov eax, fs:foo:gs:[eax]
11 mov eax, bar:gs:[eax]
This page took 0.032697 seconds and 4 git commands to generate.