[AArch64][PATCH 1/2] Fix addressing printing of LDP/STP
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 19 Jul 2018 13:59:17 +0000 (13:59 +0000)
committerAndre Vieira <avieira@gcc.gnu.org>
Thu, 19 Jul 2018 13:59:17 +0000 (13:59 +0000)
gcc/ChangeLog
2018-07-19  Andre Vieira  <andre.simoesdiasvieira@arm.com>

* config/aarch64/aarch64-simd.md (aarch64_simd_mov<VQ:mode>): Replace
Umq with Umn.
(store_pair_lanes<mode>): Likewise.
* config/aarch64/aarch64-protos.h (aarch64_addr_query_type): Add new
enum value 'ADDR_QUERY_LDP_STP_N'.
* config/aarch64/aarch64.c (aarch64_addr_query_type): Likewise.
(aarch64_print_address_internal): Add declaration.
(aarch64_print_ldpstp_address): Remove.
(aarch64_classify_address): Adapt mode for 'ADDR_QUERY_LDP_STP_N'.
(aarch64_print_operand): Change printing of 'y'.
* config/aarch64/predicates.md (aarch64_mem_pair_lanes_operand): Use
new enum value 'ADDR_QUERY_LDP_STP_N', don't hardcode mode and use
'true' rather than '1'.
* gcc/config/aarch64/constraints.md (Uml): Likewise.
(Uml): Rename to Umn.
(Umq): Remove.

From-SVN: r262880

gcc/ChangeLog
gcc/config/aarch64/aarch64-protos.h
gcc/config/aarch64/aarch64-simd.md
gcc/config/aarch64/aarch64.c
gcc/config/aarch64/constraints.md
gcc/config/aarch64/predicates.md

index 164f1e549a756afac1c452d2bef39bec05fcc805..0393db3a4611a9ef3ddec94659df8e48c3b67203 100644 (file)
@@ -1,3 +1,22 @@
+2018-07-19  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       * config/aarch64/aarch64-simd.md (aarch64_simd_mov<VQ:mode>): Replace
+       Umq with Umn.
+       (store_pair_lanes<mode>): Likewise.
+       * config/aarch64/aarch64-protos.h (aarch64_addr_query_type): Add new
+       enum value 'ADDR_QUERY_LDP_STP_N'.
+       * config/aarch64/aarch64.c (aarch64_addr_query_type): Likewise.
+       (aarch64_print_address_internal): Add declaration.
+       (aarch64_print_ldpstp_address): Remove.
+       (aarch64_classify_address): Adapt mode for 'ADDR_QUERY_LDP_STP_N'.
+       (aarch64_print_operand): Change printing of 'y'.
+       * config/aarch64/predicates.md (aarch64_mem_pair_lanes_operand): Use
+       new enum value 'ADDR_QUERY_LDP_STP_N', don't hardcode mode and use
+       'true' rather than '1'.
+       * gcc/config/aarch64/constraints.md (Uml): Likewise.
+       (Uml): Rename to Umn.
+       (Umq): Remove.
+
 2018-07-19  Richard Biener  <rguenther@suse.de>
 
        * tree-ssa-sccvn.h (struct vn_phi_s): Make phiargs member
index bc11a781c4bb9944e61262758c60df9bfd99006c..5d07583cce34813654b84f597269fab6b265413c 100644 (file)
@@ -120,6 +120,10 @@ enum aarch64_symbol_type
    ADDR_QUERY_LDP_STP
       Query what is valid for a load/store pair.
 
+   ADDR_QUERY_LDP_STP_N
+      Query what is valid for a load/store pair, but narrow the incoming mode
+      for address checking.  This is used for the store_pair_lanes patterns.
+
    ADDR_QUERY_ANY
       Query what is valid for at least one memory constraint, which may
       allow things that "m" doesn't.  For example, the SVE LDR and STR
@@ -128,6 +132,7 @@ enum aarch64_symbol_type
 enum aarch64_addr_query_type {
   ADDR_QUERY_M,
   ADDR_QUERY_LDP_STP,
+  ADDR_QUERY_LDP_STP_N,
   ADDR_QUERY_ANY
 };
 
index b5c551ad650e1a83416d5fbbbdd38e3fa3beb532..f1784d72e55c412d076de43f2f7aad4632d55ecb 100644 (file)
 
 (define_insn "*aarch64_simd_mov<VQ:mode>"
   [(set (match_operand:VQ 0 "nonimmediate_operand"
-               "=w, Umq,  m,  w, ?r, ?w, ?r, w")
+               "=w, Umn,  m,  w, ?r, ?w, ?r, w")
        (match_operand:VQ 1 "general_operand"
                "m,  Dz, w,  w,  w,  r,  r, Dn"))]
   "TARGET_SIMD
 )
 
 (define_insn "store_pair_lanes<mode>"
-  [(set (match_operand:<VDBL> 0 "aarch64_mem_pair_lanes_operand" "=Uml, Uml")
+  [(set (match_operand:<VDBL> 0 "aarch64_mem_pair_lanes_operand" "=Umn, Umn")
        (vec_concat:<VDBL>
           (match_operand:VDC 1 "register_operand" "w, r")
           (match_operand:VDC 2 "register_operand" "w, r")))]
index 1369704da3ed8094c0d4612643794e6392dce05a..046195c8262fadf9aac3738426e7816d8b7a7827 100644 (file)
@@ -206,7 +206,8 @@ static bool aarch64_builtin_support_vector_misalignment (machine_mode mode,
                                                         int misalignment,
                                                         bool is_packed);
 static machine_mode aarch64_simd_container_mode (scalar_mode, poly_int64);
-static bool aarch64_print_ldpstp_address (FILE *, machine_mode, rtx);
+static bool aarch64_print_address_internal (FILE*, machine_mode, rtx,
+                                           aarch64_addr_query_type);
 
 /* Major revision number of the ARM Architecture implemented by the target.  */
 unsigned aarch64_architecture_version;
@@ -5742,10 +5743,18 @@ aarch64_classify_address (struct aarch64_address_info *info,
   unsigned int vec_flags = aarch64_classify_vector_mode (mode);
   bool advsimd_struct_p = (vec_flags == (VEC_ADVSIMD | VEC_STRUCT));
   bool load_store_pair_p = (type == ADDR_QUERY_LDP_STP
+                           || type == ADDR_QUERY_LDP_STP_N
                            || mode == TImode
                            || mode == TFmode
                            || (BYTES_BIG_ENDIAN && advsimd_struct_p));
 
+  /* If we are dealing with ADDR_QUERY_LDP_STP_N that means the incoming mode
+     corresponds to the actual size of the memory being loaded/stored and the
+     mode of the corresponding addressing mode is half of that.  */
+  if (type == ADDR_QUERY_LDP_STP_N
+      && known_eq (GET_MODE_SIZE (mode), 16))
+    mode = DFmode;
+
   bool allow_reg_index_p = (!load_store_pair_p
                            && (known_lt (GET_MODE_SIZE (mode), 16)
                                || vec_flags == VEC_ADVSIMD
@@ -7122,13 +7131,10 @@ aarch64_print_operand (FILE *f, rtx x, int code)
            return;
          }
 
-       if (code == 'y')
-         /* LDP/STP which uses a single double-width memory operand.
-            Adjust the mode to appear like a typical LDP/STP.
-            Currently this is supported for 16-byte accesses only.  */
-         mode = DFmode;
-
-       if (!aarch64_print_ldpstp_address (f, mode, XEXP (x, 0)))
+       if (!aarch64_print_address_internal (f, mode, XEXP (x, 0),
+                                           code == 'y'
+                                           ? ADDR_QUERY_LDP_STP_N
+                                           : ADDR_QUERY_LDP_STP))
          output_operand_lossage ("invalid operand prefix '%%%c'", code);
       }
       break;
@@ -7251,13 +7257,6 @@ aarch64_print_address_internal (FILE *f, machine_mode mode, rtx x,
   return false;
 }
 
-/* Print address 'x' of a LDP/STP with mode 'mode'.  */
-static bool
-aarch64_print_ldpstp_address (FILE *f, machine_mode mode, rtx x)
-{
-  return aarch64_print_address_internal (f, mode, x, ADDR_QUERY_LDP_STP);
-}
-
 /* Print address 'x' of a memory access with mode 'mode'.  */
 static void
 aarch64_print_operand_address (FILE *f, machine_mode mode, rtx x)
index 32a0fa60a198c714f7c0b8b987da6bc26992845d..72cacdabdac52dcb40b480f7a5bfbf4997c742d8 100644 (file)
  (and (match_code "mem")
       (match_test "REG_P (XEXP (op, 0))")))
 
-(define_memory_constraint "Umq"
-  "@internal
-   A memory address which uses a base register with an offset small enough for
-   a load/store pair operation in DI mode."
-   (and (match_code "mem")
-       (match_test "aarch64_legitimate_address_p (DImode, XEXP (op, 0), false,
-                                                  ADDR_QUERY_LDP_STP)")))
-
 (define_memory_constraint "Ump"
   "@internal
   A memory address suitable for a load/store pair operation."
        (match_test "aarch64_legitimate_address_p (GET_MODE (op), XEXP (op, 0),
                                                  true, ADDR_QUERY_LDP_STP)")))
 
-;; Used for storing two 64-bit values in an AdvSIMD register using an STP
-;; as a 128-bit vec_concat.
-(define_memory_constraint "Uml"
+;; Used for storing or loading pairs in an AdvSIMD register using an STP/LDP
+;; as a vector-concat.  The address mode uses the same constraints as if it
+;; were for a single value.
+(define_memory_constraint "Umn"
   "@internal
   A memory address suitable for a load/store pair operation."
   (and (match_code "mem")
-       (match_test "aarch64_legitimate_address_p (DFmode, XEXP (op, 0), 1,
-                                                 ADDR_QUERY_LDP_STP)")))
+       (match_test "aarch64_legitimate_address_p (GET_MODE (op), XEXP (op, 0),
+                                                 true,
+                                                 ADDR_QUERY_LDP_STP_N)")))
 
 (define_memory_constraint "Utr"
   "@internal
index 4acbc218a8da554b72c86aa512bdbc4423bbd117..b5a3ee4e1473dc355c3957a2fca0166f835e727f 100644 (file)
 ;; as a 128-bit vec_concat.
 (define_predicate "aarch64_mem_pair_lanes_operand"
   (and (match_code "mem")
-       (match_test "aarch64_legitimate_address_p (DFmode, XEXP (op, 0), 1,
-                                                 ADDR_QUERY_LDP_STP)")))
+       (match_test "aarch64_legitimate_address_p (GET_MODE (op), XEXP (op, 0),
+                                                 true,
+                                                 ADDR_QUERY_LDP_STP_N)")))
 
 (define_predicate "aarch64_prefetch_operand"
   (match_test "aarch64_address_valid_for_prefetch_p (op, false)"))