2006-11-09 H.J. Lu <hongjiu.lu@intel.com>

* gas/i386/sse2.s: Test movdqu with memory destination.
	* gas/i386/sse2.d: Updated.
This commit is contained in:
H.J. Lu 2006-11-09 23:09:42 +00:00
parent 18abb17182
commit 88cfadb124
3 changed files with 7 additions and 2 deletions

View 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.

View 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

View 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