aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJaydeep Patil <Jaydeep.Patil@imgtec.com>2014-06-05 10:45:55 +0000
committerAndrew Bennett <abennett@gcc.gnu.org>2014-06-05 10:45:55 +0000
commitaaaa9efcb4baa0dc0146879297d281fd1830e9f5 (patch)
tree61cc9a768da0daaf26f33d3b7d817fee505af9cf /gcc/doc
parentedbb07490964faff304b02ca854fc49adea81e54 (diff)
downloadgcc-aaaa9efcb4baa0dc0146879297d281fd1830e9f5.zip
gcc-aaaa9efcb4baa0dc0146879297d281fd1830e9f5.tar.gz
gcc-aaaa9efcb4baa0dc0146879297d281fd1830e9f5.tar.bz2
mips-cpus.def: Add definition for p5600.
2014-06-05 Jaydeep Patil <Jaydeep.Patil@imgtec.com> Prachi Godbole <Prachi.Godbole@imgtec.com> * config/mips/mips-cpus.def: Add definition for p5600. Updated mips32r5 entry to use PROCESSOR_P5600. * config/mips/mips-tables.opt: Regenerate. * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype. * config/mips/mips.c (mips_fmadd_bypass): New function. (mips_rtx_cost_data): Add costs for p5600. (mips_issue_rate): Add support for p5600. (mips_multipass_dfa_lookahead): Likewise. * config/mips/mips.h (TUNE_P5600): New define. (TUNE_MACC_CHAINS): Add TUNE_P5600. (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5. * config/mips/mips.md: Include p5600.md. (processor): Add p5600. * config/mips/p5600.md: New file. Co-Authored-By: Prachi Godbole <prachi.godbole@imgtec.com> From-SVN: r211265
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 24311d5..76d8a2f 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -17209,6 +17209,7 @@ The processor names are:
@samp{m14k}, @samp{m14kc}, @samp{m14ke}, @samp{m14kec},
@samp{octeon}, @samp{octeon+}, @samp{octeon2},
@samp{orion},
+@samp{p5600},
@samp{r2000}, @samp{r3000}, @samp{r3900}, @samp{r4000}, @samp{r4400},
@samp{r4600}, @samp{r4650}, @samp{r4700}, @samp{r6000}, @samp{r8000},
@samp{rm7000}, @samp{rm9000},