1	.text
2# All the following should be illegal
3	movq	%ds,(%rax)
4	movl	%ds,(%rax)
5	movq	(%rax),%ds
6	movl	(%rax),%ds
7