2006-11-09 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/sse2.s: Test movdqa with memory destination. * gas/i386/sse2.d: Updated.
This commit is contained in:
parent
88cfadb124
commit
6afe73936a
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-11-09 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gas/i386/sse2.s: Test movdqa with memory destination.
|
||||
* gas/i386/sse2.d: Updated.
|
||||
|
||||
2006-11-09 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gas/i386/sse2.s: Test movdqu with memory destination.
|
||||
|
|
|
@ -140,7 +140,7 @@ Disassembly of section .text:
|
|||
239: f3 0f 5b c8[ ]+cvttps2dq %xmm0,%xmm1
|
||||
23d: 66 0f f7 c8[ ]+maskmovdqu %xmm0,%xmm1
|
||||
241: 66 0f 6f c8[ ]+movdqa %xmm0,%xmm1
|
||||
245: 66 0f 6f c8[ ]+movdqa %xmm0,%xmm1
|
||||
245: 66 0f 7f 06[ ]+movdqa %xmm0,\(%esi\)
|
||||
249: f3 0f 6f c8[ ]+movdqu %xmm0,%xmm1
|
||||
24d: f3 0f 7f 06[ ]+movdqu %xmm0,\(%esi\)
|
||||
251: f2 0f d6 c8[ ]+movdq2q %xmm0,%mm1
|
||||
|
|
|
@ -132,7 +132,7 @@ foo:
|
|||
cvttps2dq %xmm0, %xmm1
|
||||
maskmovdqu %xmm0, %xmm1
|
||||
movdqa %xmm0, %xmm1
|
||||
movdqa %xmm0, %xmm1
|
||||
movdqa %xmm0, (%esi)
|
||||
movdqu %xmm0, %xmm1
|
||||
movdqu %xmm0, (%esi)
|
||||
movdq2q %xmm0, %mm1
|
||||
|
|
Loading…
Reference in a new issue