Home | History | Annotate | Download | only in tests
      1 [bits 64]
      2 movd eax, mm0
      3 movd mm0, eax
      4 movd rax, mm0
      5 movd mm0, rax
      6 movd [0], mm0
      7 movd mm0, [0]
      8 
      9 movd eax, xmm0
     10 movd xmm0, eax
     11 movd rax, xmm0
     12 movd xmm0, rax
     13 movd [0], xmm0
     14 movd xmm0, [0]
     15 
     16 movq [0], xmm0
     17 movq xmm0, [0]
     18 movq xmm0, xmm1
     19 movq xmm1, xmm0
     20 
     21 movq [0], mm0
     22 movq mm0, [0]
     23 movq mm0, mm1
     24 movq mm1, mm0
     25 
     26 movq rax, xmm0
     27 movq xmm0, rax
     28 
     29 movq rax, mm0
     30 movq mm0, rax
     31 
     32