]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/epiphany/constraints.md
Update copyright years.
[thirdparty/gcc.git] / gcc / config / epiphany / constraints.md
index bd3d935a2751e590024d46c564ab199f94c6c4cc..e4fda2d34a448e757892166d313c2f5110431539 100644 (file)
@@ -1,5 +1,5 @@
 ;; Constraint definitions for Adaptiva epiphany
-;; Copyright (C) 2007-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2024 Free Software Foundation, Inc.
 ;; Contributed by Embecosm on behalf of Adapteva, Inc.
 
 ;; This file is part of GCC.
   (and (match_code "const_int")
        (match_test "SIMM11 (ival)")))
 
+(define_constraint "CnL"
+  "A negated signed 11-bit constant."
+  (and (match_code "const_int")
+       (match_test "SIMM11 (-ival)")))
+
 (define_constraint "Cm1"
   "A signed 11-bit constant added to -1"
   (and (match_code "const_int")