mips.h (processor_type): Add names for the 24K.
authorDavid Ung <davidu@mips.com>
Mon, 9 May 2005 11:43:50 +0000 (11:43 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 9 May 2005 11:43:50 +0000 (11:43 +0000)
commit880986c1acd57c72dc9f59c6927c09074da882b5
treed67cc008403374cb0f202b2cc68c9da805aa874e
parentf5b9e7c92c7deea00449d6ef581275f842b299fc
mips.h (processor_type): Add names for the 24K.

* config/mips/mips.h (processor_type): Add names for the 24K.
* config/mips/mips.c (mips_cpu_info_table): Add names for the 24K
processor family.
* config/mips/mips.md (cnv_mode): New attribute for recording the
conversion types of float convert insns.
(cpu): Add 24k and 24kx.
(include): Include 24k.md file.
(truncdfsf2, extendsfdf2, fix_truncdfsi2_insn, fix_truncdfsi2_macro)
(fix_truncdfdi2, fix_truncsfdi2, floatsidf2, floatdidf2, floatsisf2)
(floatdisf2): Setup cnv_mode.
(fix_truncsfsi2_insn, fix_truncsfsi2_macro): Changed mode to SF and
setup cnv_mode.
* config/mips/24k.md: New file, contains 24k DFA pipeline
description.

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