Home | History | Annotate | Download | only in gas64
      1 movd %mm(0), %eax
      2 movd %eax, %mm(0)
      3 movd %mm(0), %rax
      4 movd %rax, %mm(0)
      5 movd %mm(0), 0
      6 movd 0, %mm(0)
      7 
      8 movd %xmm(0), %eax
      9 movd %eax, %xmm(0)
     10 movd %xmm(0), %rax
     11 movd %rax, %xmm(0)
     12 movd %xmm(0), 0
     13 movd 0, %xmm(0)
     14 
     15 movq %xmm(0), 0
     16 movq 0, %xmm(0)
     17 movq %xmm(1), %xmm(0)
     18 movq %xmm(0), %xmm(1)
     19 
     20 movq %mm(0), 0
     21 movq 0, %mm(0)
     22 movq %mm(1), %mm(0)
     23 movq %mm(0), %mm(1)
     24 
     25 movq %xmm(0), %rax
     26 movq %rax, %xmm(0)
     27 
     28 movq %mm(0), %rax
     29 movq %rax, %mm(0)
     30 
     31