]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/pa/constraints.md
Update copyright years.
[thirdparty/gcc.git] / gcc / config / pa / constraints.md
index ce5a5f7306aad29e1204876f754c0b14d075c436..15c143e424018fb76904d1449d96c0c31fe867b2 100644 (file)
@@ -1,5 +1,5 @@
 ;; Constraint definitions for pa
-;; Copyright (C) 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2020 Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
 
@@ -18,8 +18,8 @@
 ;; <http://www.gnu.org/licenses/>.
 
 ;;; Unused letters:
-;;;    ABCDEF H             V  Y 
-;;;     bcde ghijklmnop  stuvw  z
+;;;    ABCD   H                Y 
+;;;     bcde  h jkl       tuvw  z
 
 ;; Register constraints.
 (define_register_constraint "a" "R1_REGS"
 
 (define_constraint "T"
   "A memory operand for floating-point loads and stores."
-  (and (match_code "mem")
-       (match_test "!IS_LO_SUM_DLT_ADDR_P (XEXP (op, 0))
-                   && !IS_INDEX_ADDR_P (XEXP (op, 0))
-                   && memory_address_p ((GET_MODE_SIZE (mode) == 4
-                                         ? SFmode : DFmode),
-                                        XEXP (op, 0))")))
+  (match_test "floating_point_store_memory_operand (op, mode)"))
 
 ;; We could allow short displacements but TARGET_LEGITIMATE_ADDRESS_P
 ;; can't tell when a long displacement is valid.