mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
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:
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user