mips.c (mips_cpu_info_table): Add loongson2e and loongson2f entries.
authorMark Shinwell <shinwell@codesourcery.com>
Wed, 28 May 2008 10:33:39 +0000 (10:33 +0000)
committerMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Wed, 28 May 2008 10:33:39 +0000 (10:33 +0000)
commit33db2060b08b71034b5fb5eea16a87f473b32246
treee1431e494a19b549a3c3710c8c2182938273941d
parent3dce86b99c0a7bf423f83d8e7ac00d1886bfc81b
mips.c (mips_cpu_info_table): Add loongson2e and loongson2f entries.

2008-05-28  Mark Shinwell  <shinwell@codesourcery.com>

* config/mips/mips.c (mips_cpu_info_table): Add loongson2e
and loongson2f entries.
(mips_rtx_cost_data): Add entries for Loongson-2E/2F.
* config/mips/mips.h (processor_type): Add Loongson-2E
and Loongson-2F entries.
(TARGET_LOONGSON_2E, TARGET_LOONGSON_2F, TARGET_LOONGSON_2EF): New.
(MIPS_ISA_LEVEL_SPEC): Handle Loongson-2E/2F.
* config/mips/mips.md (define_attr cpu): Add loongson2e and loongson2f.
* doc/invoke.texi (MIPS Options): Document loongson2e
and loongson2f processor names.

From-SVN: r136071
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md
gcc/doc/invoke.texi