AVX-512. Extend gather insn patterns.
authorkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Sep 2014 07:34:31 +0000 (07:34 +0000)
committerkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Sep 2014 07:34:31 +0000 (07:34 +0000)
gcc/
* config/i386/sse.md
(define_expand "<avx512>_gathersi<mode>"): Rename from
"avx512f_gathersi<mode>".
(define_insn "*avx512f_gathersi<mode>"): Use VI48F.
(define_insn "*avx512f_gathersi<mode>_2"): Ditto.
(define_expand "<avx512>_gatherdi<mode>"): Rename from
"avx512f_gatherdi<mode>".
(define_insn "*avx512f_gatherdi<mode>"): Use VI48F.
(define_insn "*avx512f_gatherdi<mode>_2"): Use VI48F, add 128/256-bit
wide versions.
(define_expand "<avx512>_scattersi<mode>"): Rename from
"avx512f_scattersi<mode>".
(define_insn "*avx512f_scattersi<mode>"): Use VI48F.
(define_expand "<avx512>_scatterdi<mode>"): Rename from
"avx512f_scatterdi<mode>".
(define_insn "*avx512f_scatterdi<mode>"): Use VI48F.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215201 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 27e0b59..4c9a370 100644 (file)
@@ -1,3 +1,29 @@
+2014-09-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
+           Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
+           Anna Tikhonova  <anna.tikhonova@intel.com>
+           Ilya Tocar  <ilya.tocar@intel.com>
+           Andrey Turetskiy  <andrey.turetskiy@intel.com>
+           Ilya Verbin  <ilya.verbin@intel.com>
+           Kirill Yukhin  <kirill.yukhin@intel.com>
+           Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
+
+       * config/i386/sse.md
+       (define_expand "<avx512>_gathersi<mode>"): Rename from
+       "avx512f_gathersi<mode>".
+       (define_insn "*avx512f_gathersi<mode>"): Use VI48F.
+       (define_insn "*avx512f_gathersi<mode>_2"): Ditto.
+       (define_expand "<avx512>_gatherdi<mode>"): Rename from
+       "avx512f_gatherdi<mode>".
+       (define_insn "*avx512f_gatherdi<mode>"): Use VI48F.
+       (define_insn "*avx512f_gatherdi<mode>_2"): Use VI48F, add 128/256-bit
+       wide versions.
+       (define_expand "<avx512>_scattersi<mode>"): Rename from
+       "avx512f_scattersi<mode>".
+       (define_insn "*avx512f_scattersi<mode>"): Use VI48F.
+       (define_expand "<avx512>_scatterdi<mode>"): Rename from
+       "avx512f_scatterdi<mode>".
+       (define_insn "*avx512f_scatterdi<mode>"): Use VI48F.
+
 2014-09-12  Richard Sandiford  <richard.sandiford@arm.com>
 
        * ira.h (ira_finish_once): Delete.
index e182582..40b8f83 100644 (file)
    (set_attr "prefix" "vex")
    (set_attr "mode" "<sseinsnmode>")])
 
-(define_expand "avx512f_gathersi<mode>"
-  [(parallel [(set (match_operand:VI48F_512 0 "register_operand")
-                  (unspec:VI48F_512
-                    [(match_operand:VI48F_512 1 "register_operand")
+(define_expand "<avx512>_gathersi<mode>"
+  [(parallel [(set (match_operand:VI48F 0 "register_operand")
+                  (unspec:VI48F
+                    [(match_operand:VI48F 1 "register_operand")
                      (match_operand:<avx512fmaskmode> 4 "register_operand")
                      (mem:<ssescalarmode>
                        (match_par_dup 6
 })
 
 (define_insn "*avx512f_gathersi<mode>"
-  [(set (match_operand:VI48F_512 0 "register_operand" "=&v")
-       (unspec:VI48F_512
-         [(match_operand:VI48F_512 1 "register_operand" "0")
+  [(set (match_operand:VI48F 0 "register_operand" "=&v")
+       (unspec:VI48F
+         [(match_operand:VI48F 1 "register_operand" "0")
           (match_operand:<avx512fmaskmode> 7 "register_operand" "2")
           (match_operator:<ssescalarmode> 6 "vsib_mem_operator"
             [(unspec:P
    (set_attr "mode" "<sseinsnmode>")])
 
 (define_insn "*avx512f_gathersi<mode>_2"
-  [(set (match_operand:VI48F_512 0 "register_operand" "=&v")
-       (unspec:VI48F_512
+  [(set (match_operand:VI48F 0 "register_operand" "=&v")
+       (unspec:VI48F
          [(pc)
           (match_operand:<avx512fmaskmode> 6 "register_operand" "1")
           (match_operator:<ssescalarmode> 5 "vsib_mem_operator"
    (set_attr "mode" "<sseinsnmode>")])
 
 
-(define_expand "avx512f_gatherdi<mode>"
-  [(parallel [(set (match_operand:VI48F_512 0 "register_operand")
-                  (unspec:VI48F_512
+(define_expand "<avx512>_gatherdi<mode>"
+  [(parallel [(set (match_operand:VI48F 0 "register_operand")
+                  (unspec:VI48F
                     [(match_operand:<VEC_GATHER_SRCDI> 1 "register_operand")
                      (match_operand:QI 4 "register_operand")
                      (mem:<ssescalarmode>
 })
 
 (define_insn "*avx512f_gatherdi<mode>"
-  [(set (match_operand:VI48F_512 0 "register_operand" "=&v")
-       (unspec:VI48F_512
+  [(set (match_operand:VI48F 0 "register_operand" "=&v")
+       (unspec:VI48F
          [(match_operand:<VEC_GATHER_SRCDI> 1 "register_operand" "0")
           (match_operand:QI 7 "register_operand" "2")
           (match_operator:<ssescalarmode> 6 "vsib_mem_operator"
    (set_attr "mode" "<sseinsnmode>")])
 
 (define_insn "*avx512f_gatherdi<mode>_2"
-  [(set (match_operand:VI48F_512 0 "register_operand" "=&v")
-       (unspec:VI48F_512
+  [(set (match_operand:VI48F 0 "register_operand" "=&v")
+       (unspec:VI48F
          [(pc)
           (match_operand:QI 6 "register_operand" "1")
           (match_operator:<ssescalarmode> 5 "vsib_mem_operator"
   "TARGET_AVX512F"
 {
   if (<MODE>mode != <VEC_GATHER_SRCDI>mode)
-    return "v<sseintprefix>gatherq<ssemodesuffix>\t{%5, %t0%{%1%}|%t0%{%1%}, %g5}";
+    {
+      if (GET_MODE_SIZE (<MODE>mode) != 64)
+       return "v<sseintprefix>gatherq<ssemodesuffix>\t{%5, %x0%{%1%}|%t0%{%1%}, %g5}";
+      else
+       return "v<sseintprefix>gatherq<ssemodesuffix>\t{%5, %t0%{%1%}|%t0%{%1%}, %g5}";
+    }
   return "v<sseintprefix>gatherq<ssemodesuffix>\t{%5, %0%{%1%}|%0%{%1%}, %g5}";
 }
   [(set_attr "type" "ssemov")
    (set_attr "prefix" "evex")
    (set_attr "mode" "<sseinsnmode>")])
 
-(define_expand "avx512f_scattersi<mode>"
-  [(parallel [(set (mem:VI48F_512
+(define_expand "<avx512>_scattersi<mode>"
+  [(parallel [(set (mem:VI48F
                     (match_par_dup 5
                       [(match_operand 0 "vsib_address_operand")
                        (match_operand:<VEC_GATHER_IDXSI> 2 "register_operand")
                        (match_operand:SI 4 "const1248_operand")]))
-                  (unspec:VI48F_512
+                  (unspec:VI48F
                     [(match_operand:<avx512fmaskmode> 1 "register_operand")
-                     (match_operand:VI48F_512 3 "register_operand")]
+                     (match_operand:VI48F 3 "register_operand")]
                     UNSPEC_SCATTER))
              (clobber (match_scratch:<avx512fmaskmode> 6))])]
   "TARGET_AVX512F"
 })
 
 (define_insn "*avx512f_scattersi<mode>"
-  [(set (match_operator:VI48F_512 5 "vsib_mem_operator"
+  [(set (match_operator:VI48F 5 "vsib_mem_operator"
          [(unspec:P
             [(match_operand:P 0 "vsib_address_operand" "Tv")
              (match_operand:<VEC_GATHER_IDXSI> 2 "register_operand" "v")
              (match_operand:SI 4 "const1248_operand" "n")]
             UNSPEC_VSIBADDR)])
-       (unspec:VI48F_512
+       (unspec:VI48F
          [(match_operand:<avx512fmaskmode> 6 "register_operand" "1")
-          (match_operand:VI48F_512 3 "register_operand" "v")]
+          (match_operand:VI48F 3 "register_operand" "v")]
          UNSPEC_SCATTER))
    (clobber (match_scratch:<avx512fmaskmode> 1 "=&Yk"))]
   "TARGET_AVX512F"
    (set_attr "prefix" "evex")
    (set_attr "mode" "<sseinsnmode>")])
 
-(define_expand "avx512f_scatterdi<mode>"
-  [(parallel [(set (mem:VI48F_512
+(define_expand "<avx512>_scatterdi<mode>"
+  [(parallel [(set (mem:VI48F
                     (match_par_dup 5
                       [(match_operand 0 "vsib_address_operand")
-                       (match_operand:V8DI 2 "register_operand")
+                       (match_operand:<VEC_GATHER_IDXDI> 2 "register_operand")
                        (match_operand:SI 4 "const1248_operand")]))
-                  (unspec:VI48F_512
+                  (unspec:VI48F
                     [(match_operand:QI 1 "register_operand")
                      (match_operand:<VEC_GATHER_SRCDI> 3 "register_operand")]
                     UNSPEC_SCATTER))
 })
 
 (define_insn "*avx512f_scatterdi<mode>"
-  [(set (match_operator:VI48F_512 5 "vsib_mem_operator"
+  [(set (match_operator:VI48F 5 "vsib_mem_operator"
          [(unspec:P
             [(match_operand:P 0 "vsib_address_operand" "Tv")
-             (match_operand:V8DI 2 "register_operand" "v")
+             (match_operand:<VEC_GATHER_IDXDI> 2 "register_operand" "v")
              (match_operand:SI 4 "const1248_operand" "n")]
             UNSPEC_VSIBADDR)])
-       (unspec:VI48F_512
+       (unspec:VI48F
          [(match_operand:QI 6 "register_operand" "1")
           (match_operand:<VEC_GATHER_SRCDI> 3 "register_operand" "v")]
          UNSPEC_SCATTER))