This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Fix -msse-check= for movdq2q and movq2dq


Hi,

There is no AVX equivalent for movdq2q and movq2dq. I am checking
in this patch to fix -msse-check= for movdq2q and movq2dq.


H.J.
---
Index: gas/testsuite/ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/testsuite/ChangeLog,v
retrieving revision 1.1348
diff -u -p -r1.1348 ChangeLog
--- gas/testsuite/ChangeLog     9 May 2008 19:28:47 -0000       1.1348
+++ gas/testsuite/ChangeLog     21 May 2008 21:36:46 -0000
@@ -1,3 +1,11 @@
+2008-05-21  Catherine Moore  <clm@codesourcery.com>
+
+       * gas/i386/sse-noavx.s: Add tests for movdq2q and movq2dq.
+       * gas/i386/x86-64-sse-noavx.s: Likewise.
+
+       * gas/i386/sse-noavx.d: Updated.
+       * gas/i386/x86-64-sse-noavx.d: Likewise.
+
 2008-05-09  Catherine Moore  <clm@codesourcery.com>

        * gas/mips/mips16-hilo-match.s: New test.
Index: opcodes/ChangeLog
===================================================================
RCS file: /cvs/src/src/opcodes/ChangeLog,v
retrieving revision 1.1269
diff -u -p -r1.1269 ChangeLog
--- opcodes/ChangeLog   21 May 2008 07:50:54 -0000      1.1269
+++ opcodes/ChangeLog   21 May 2008 21:36:47 -0000
@@ -1,3 +1,8 @@
+2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-opc.tbl: Add NoAVX to movdq2q and movq2dq.
+       * i386-tbl.h: Regenerated.
+
 2008-05-21  M R Swami Reddy <MR.Swami.Reddy@nsc.com>

        * cr16-dis.c (build_mask): Adjust the mask for 32-bit bcond.

Attachment: s.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]