gas: Update x86 sse-noavx tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / segment.s
CommitLineData
4cc91dba
L
1.psize 0
2.text
3# test segment reg insns with memory operand
4 movw %ds,(%eax)
5 mov %ds,(%eax)
6 movw (%eax),%ds
7 mov (%eax),%ds
8 # Force a good alignment.
9 .p2align 4,0
This page took 0.791796 seconds and 4 git commands to generate.