Home | History | Annotate | Download | only in gas32
      1 movd %mm0, %eax
      2 movd %eax, %mm0
      3 movd %mm0, 0
      4 movd 0, %mm(0)
      5 
      6 movd %xmm0, %eax
      7 movd %eax, %xmm0
      8 movd %xmm0, 0
      9 movd 0, %xmm0
     10 
     11 movq %xmm0, 0
     12 movq 0, %xmm0
     13 movq %xmm1, %xmm0
     14 movq %xmm0, %xmm1
     15 
     16 movq %mm0, 0
     17 movq 0, %mm0
     18 movq %mm1, %mm0
     19 movq %mm0, %mm1
     20 
     21