i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-segment.s
CommitLineData
4cc91dba
L
1.psize 0
2.text
3# test segment reg insns with memory operand
4 movw %ds,(%rax)
5 mov %ds,(%rax)
6 movw (%rax),%ds
7 mov (%rax),%ds
8# test segment reg insns with REX
9 movq %ds,%rax
10 movq %rax,%ds
11 # Force a good alignment.
12 .p2align 4,0
This page took 0.663669 seconds and 4 git commands to generate.