Add V8SI and V4DI to ssescalarmodesuffix.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 21 Oct 2010 12:38:09 +0000 (12:38 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 21 Oct 2010 12:38:09 +0000 (05:38 -0700)
2010-10-21  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/sse.md (ssescalarmodesuffix): Add V8SI and V4DI.

From-SVN: r165771

gcc/ChangeLog
gcc/config/i386/sse.md

index c0b14a36e39070dc7b0bf64586fc739b4f02e8d2..d265a6b782bb356b8d364ecd6af21896f9a3b3e5 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/sse.md (ssescalarmodesuffix): Add V8SI and V4DI.
+
 2010-10-21  Richard Guenther  <rguenther@suse.de>
        Michael Matz  <matz@suse.de>
 
index bff74d57de38efa1a5ad1f373011271b66789ec1..635a4601c7c5420ee74ee56b090bb32c4555178f 100644 (file)
   [(SF "ss") (DF "sd") (V4SF "ps") (V2DF "pd") (V8SF "ps") (V4DF "pd")
    (V8SI "ps") (V4DI "pd")])
 (define_mode_attr ssescalarmodesuffix 
-  [(SF "ss") (DF "sd") (V4SF "ss") (V2DF "sd") (V8SF "ss") (V4DF "sd")
-   (V4SI "d")])
+  [(SF "ss") (DF "sd") (V4SF "ss") (V2DF "sd") (V8SF "ss") (V8SI "ss")
+   (V4DF "sd") (V4SI "d") (V4DI "sd")])
 
 ;; Mapping of the max integer size for xop rotate immediate constraint
 (define_mode_attr sserotatemax [(V16QI "7") (V8HI "15") (V4SI "31") (V2DI "63")])