]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/rs6000/t-rs6000
re PR target/80510 (Optimize Power7/power8 Altivec load/stores)
[thirdparty/gcc.git] / gcc / config / rs6000 / t-rs6000
CommitLineData
40b4cdbf 1# General rules that all rs6000/ targets must have.
ad41bd84 2#
cbe34bb5 3# Copyright (C) 1995-2017 Free Software Foundation, Inc.
ad41bd84
JM
4#
5# This file is part of GCC.
6#
7# GCC is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 3, or (at your option)
10# any later version.
11#
12# GCC is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with GCC; see the file COPYING3. If not see
19# <http://www.gnu.org/licenses/>.
40b4cdbf 20
1c9df37c 21TM_H += $(srcdir)/config/rs6000/rs6000-builtin.def
6ed80e1e 22TM_H += $(srcdir)/config/rs6000/rs6000-cpus.def
5715e980 23PASSES_EXTRA += $(srcdir)/config/rs6000/rs6000-passes.def
1c9df37c 24
6d1ca9a0
DE
25rs6000-c.o: $(srcdir)/config/rs6000/rs6000-c.c
26 $(COMPILE) $<
27 $(POSTCOMPILE)
17211ab5 28
f10d3ac9
JM
29$(srcdir)/config/rs6000/rs6000-tables.opt: $(srcdir)/config/rs6000/genopt.sh \
30 $(srcdir)/config/rs6000/rs6000-cpus.def
31 $(SHELL) $(srcdir)/config/rs6000/genopt.sh $(srcdir)/config/rs6000 > \
32 $(srcdir)/config/rs6000/rs6000-tables.opt
33
f099d360 34# The rs6000 backend doesn't cause warnings in these files.
f099d360 35insn-conditions.o-warn =
cacf1ca8 36
f3061fa4 37MD_INCLUDES = $(srcdir)/config/rs6000/rs64.md \
cacf1ca8
MM
38 $(srcdir)/config/rs6000/mpc.md \
39 $(srcdir)/config/rs6000/40x.md \
40 $(srcdir)/config/rs6000/440.md \
f3061fa4 41 $(srcdir)/config/rs6000/601.md \
cacf1ca8
MM
42 $(srcdir)/config/rs6000/603.md \
43 $(srcdir)/config/rs6000/6xx.md \
44 $(srcdir)/config/rs6000/7xx.md \
45 $(srcdir)/config/rs6000/7450.md \
46 $(srcdir)/config/rs6000/8540.md \
47 $(srcdir)/config/rs6000/e300c2c3.md \
48 $(srcdir)/config/rs6000/e500mc.md \
49 $(srcdir)/config/rs6000/power4.md \
50 $(srcdir)/config/rs6000/power5.md \
51 $(srcdir)/config/rs6000/power6.md \
29e6733c 52 $(srcdir)/config/rs6000/power7.md \
fd8c65e7 53 $(srcdir)/config/rs6000/power8.md \
eda328bf 54 $(srcdir)/config/rs6000/power9.md \
cacf1ca8
MM
55 $(srcdir)/config/rs6000/cell.md \
56 $(srcdir)/config/rs6000/xfpu.md \
1c9df37c 57 $(srcdir)/config/rs6000/a2.md \
cacf1ca8
MM
58 $(srcdir)/config/rs6000/predicates.md \
59 $(srcdir)/config/rs6000/constraints.md \
60 $(srcdir)/config/rs6000/darwin.md \
61 $(srcdir)/config/rs6000/sync.md \
a72c65c7 62 $(srcdir)/config/rs6000/vector.md \
29e6733c 63 $(srcdir)/config/rs6000/vsx.md \
cacf1ca8 64 $(srcdir)/config/rs6000/altivec.md \
f62511da 65 $(srcdir)/config/rs6000/crypto.md \
0258b6e4 66 $(srcdir)/config/rs6000/htm.md \
cacf1ca8
MM
67 $(srcdir)/config/rs6000/dfp.md \
68 $(srcdir)/config/rs6000/paired.md