]> git.ipfire.org Git - thirdparty/gcc.git/commit
mips.h (PROCESSOR_R7000): New processor_type.
authorStan Cox <scox@redhat.com>
Tue, 15 Jul 2003 08:34:54 +0000 (08:34 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 15 Jul 2003 08:34:54 +0000 (08:34 +0000)
commit5fe25f470be08d020057b5bead4973a6f552ef74
tree600ff0b45f6bfee2527762d31b586b352dcd02f8
parent5a2515e667f2964495876931e08b4dbaccc56822
mips.h (PROCESSOR_R7000): New processor_type.

* config/mips/mips.h (PROCESSOR_R7000): New processor_type.
(TARGET_MIPS7000, TUNE_MIPS7000): New macros.
(GENERATE_MULT3_SI): True for TARGET_MIPS7000.
* config/mips/mips.c (mips_cpu_info_table): Add rm7000 entry.
(mips_rtx_costs): Adjust integer multiplication costs for the rm7000.
(mips_issue_rate): Handle PROCESSOR_R7000.
(mips_use_dfa_pipeline_interface): Likewise.
* config/mips/7000.md: New file.
* config/mips/mips.md: Include it.
(define_attr cpu): Add r7000.
(mulsi3_mult3): Use "mul" for rm7000 code.

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