OSDN Git Service

* config/mips/mips.md (SHORT): New mode macro.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Sep 2004 07:28:15 +0000 (07:28 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Sep 2004 07:28:15 +0000 (07:28 +0000)
commit4ac89247888f33698d49c7d92bd505fe78d852c1
tree4721a7a6f039d6b0a45faa22cfc506e943d56c25
parent9661c578b92323664e59a1b17196e1448ac4fa1a
* config/mips/mips.md (SHORT): New mode macro.
(size): New mode attribute.
(extend[qh]i[sd]i2): Redefine using :GPR and :SHORT.
(*extend[qh]i[sd]i2): New define_insn_and_split, combining previous
*extend[qh]i[sd]i2 and *extend[qh]i[sd]i2_mem patterns.  Use only if
!ISA_HAS_SEB_SEH.
(*extend[qh]i[sd]i2_se[bh]): New pattern, combining previous
*extend[qh]isi2_hw patterns and extending them to di.
(extendqihi2): Implement as define_insn_and_split that produces
extendqisi2 after reload.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87075 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.md