x86: fix (dis)assembly of certain SSE2 insns in 16-bit mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-seg.s
CommitLineData
4cc91dba
L
1 .text
2# All the following should be illegal
3 movl %ds,(%eax)
4 movl (%eax),%ds
fd4e0347
JB
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.88282 seconds and 4 git commands to generate.