OSDN Git Service

* config/mips/mips.md (any_shift): New code macro.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Aug 2004 19:18:22 +0000 (19:18 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Aug 2004 19:18:22 +0000 (19:18 +0000)
commitb440d9949c7dad439a7d4d550acaba31b324ea70
tree5abfaa699a4662e46516b45897e35a6dca9e4030
parent7d2c89605157331c2e79ff725563307bc1ae0251
* config/mips/mips.md (any_shift): New code macro.
(optab, insn): New code attributes.
({ashl,ashr,lshr}[sd]i3): Redefine using :GPR and any_shift.
Use the standard rather than internal patterns for the MIPS16
double-shift optimization.
(*{ashl,ashr,lshr}[sd]i3): New names for the non-mips16 shift patterns.
Redefine using :GPR and any_shift.
(*{ashl,ashr,lshr}si3_extend): Generalize ashlsi3_internal1_extend
to cover all three shifts.
(*{ashl,ashr,lshr}si3_mips16): New names for the mips16 SImode shifts.
Redefine using any_shift.  Use :GPR and any_shift to combine splitters.
(*{ashl,ashr,lshr}di3_mips16): New names for the mips16 DImode shifts.

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