[AArch64] Use plus_constant.
[official-gcc.git] / gcc / config / aarch64 / aarch64-arches.def
blobb66e33ec932cb9a600863bc163006de48ca8609a
1 /* Copyright (C) 2011-2013 Free Software Foundation, Inc.
2 Contributed by ARM Ltd.
4 This file is part of GCC.
6 GCC is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published
8 by the Free Software Foundation; either version 3, or (at your
9 option) any later version.
11 GCC is distributed in the hope that it will be useful, but WITHOUT
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */
20 /* Before using #include to read this file, define a macro:
22 AARCH64_ARCH(NAME, CORE, ARCH, FLAGS)
24 The NAME is the name of the architecture, represented as a string
25 constant. The CORE is the identifier for a core representative of
26 this architecture. ARCH is the architecture revision. FLAGS are
27 the flags implied by the architecture. */
29 AARCH64_ARCH("armv8-a", generic, 8, AARCH64_FL_FOR_ARCH8)