]> git.ipfire.org Git - thirdparty/gcc.git/commit
mips.h (PROCESSOR_R9000): New processor_type.
authorRichard Sandiford <rsandifo@redhat.com>
Tue, 15 Jul 2003 08:44:26 +0000 (08:44 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 15 Jul 2003 08:44:26 +0000 (08:44 +0000)
commit98450f0d22b8cb8a6af402eb649ad21eff64d9ce
tree1b9ae44e1108ca95d1c0fef1857469af614e7bd2
parent5fe25f470be08d020057b5bead4973a6f552ef74
mips.h (PROCESSOR_R9000): New processor_type.

* config/mips/mips.h (PROCESSOR_R9000): New processor_type.
(TARGET_MIPS9000, TUNE_MIPS9000): New macros.
(GENERATE_MULT3_SI): True for TARGET_MIPS9000.
* config/mips/mips.c (mips_cpu_info_table): Add rm9000 entry.
(mips_rtx_costs): Adjust integer multiplication costs for the rm9000.
(mips_issue_rate): Handle PROCESSOR_R9000.
(mips_use_dfa_pipeline_interface): Likewise.
* config/mips/9000.md: New file.
* config/mips/mips.md: Include it.
(define_attr cpu): Add r9000.
(mulsi3_mult3): Use "mul" for rm9000 code.

From-SVN: r69397
gcc/ChangeLog
gcc/config/mips/9000.md [new file with mode: 0644]
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md