~terry.guo/+junk/xbinutils

« back to all changes in this revision

Viewing changes to src/binutils/gas/testsuite/gas/i386/x86-64-drx.s

  • Committer: Terry Guo
  • Date: 2012-09-05 06:50:40 UTC
  • Revision ID: terry.guo@arm.com-20120905065040-430c6mhm9b11a6r6
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.text
 
2
_start:
 
3
        movq    %dr8, %rax
 
4
        movq    %dr8, %rdi
 
5
        movq    %rax, %dr8
 
6
        movq    %rdi, %dr8
 
7
 
 
8
.att_syntax noprefix
 
9
        movq    dr8, rax
 
10
        movq    dr8, rdi
 
11
        movq    rax, dr8
 
12
        movq    rdi, dr8
 
13
 
 
14
.intel_syntax noprefix
 
15
        mov     rax, dr8
 
16
        mov     rdi, dr8
 
17
        mov     dr8, rax
 
18
        mov     dr8, rdi