2006-11-09 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 9 Nov 2006 23:09:42 +0000 (23:09 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 9 Nov 2006 23:09:42 +0000 (23:09 +0000)
* gas/i386/sse2.s: Test movdqu with memory destination.
* gas/i386/sse2.d: Updated.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/sse2.d
gas/testsuite/gas/i386/sse2.s

index 8070499e2783a0d1abd4cb77889494c18c20710f..ecc40131181407e20b80cede255c284643b86dd0 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/sse2.s: Test movdqu with memory destination.
+       * gas/i386/sse2.d: Updated.
+
 2006-11-06  David Daney  <ddaney@avtrex.com>
 
        * gas/mips/elf-rel26.s: New test.
index 2d8af130f2fd567d302ceba353b6b7de30858825..493879da496c446f45f5b950f476936986622739 100644 (file)
@@ -142,7 +142,7 @@ Disassembly of section .text:
  241:  66 0f 6f c8[    ]+movdqa %xmm0,%xmm1
  245:  66 0f 6f c8[    ]+movdqa %xmm0,%xmm1
  249:  f3 0f 6f c8[    ]+movdqu %xmm0,%xmm1
- 24d:  f3 0f 6f c8[    ]+movdqu %xmm0,%xmm1
+ 24d:  f3 0f 7f 06[    ]+movdqu %xmm0,\(%esi\)
  251:  f2 0f d6 c8[    ]+movdq2q %xmm0,%mm1
  255:  f3 0f d6 c8[    ]+movq2dq %mm0,%xmm1
  259:  66 0f f4 c8[    ]+pmuludq %xmm0,%xmm1
index ba5ae8d7b47471c84576c627bdc7dd42323ea7d1..6ebbf5c63ba2a65accdb549a42a79a8c1fba87b2 100644 (file)
@@ -134,7 +134,7 @@ foo:
        movdqa          %xmm0, %xmm1
        movdqa          %xmm0, %xmm1
        movdqu          %xmm0, %xmm1
-       movdqu          %xmm0, %xmm1
+       movdqu          %xmm0, (%esi)
        movdq2q         %xmm0, %mm1
        movq2dq         %mm0, %xmm1
        pmuludq         %xmm0, %xmm1
This page took 0.029437 seconds and 4 git commands to generate.