i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / segment.s
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.030602 seconds and 4 git commands to generate.