This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] MIPS/gcc: Revert removal of DImode shifts for 32-bit targets


On Tue, Aug 31, 2004 at 08:51:20PM +0100, Richard Sandiford wrote:
> int TARGET_SHIFT_TRUNCATION_MASK (enum machine_mode MODE)
...
>      Note that, unlike `SHIFT_COUNT_TRUNCATED', this function does
>      _not_ apply to general shift rtxes; it applies only to instructions
>      that are generated by the named shift patterns.

I'm not particularly thrilled about this notion.  I'd much prefer a
target hook that could replace SHIFT_COUNT_TRUNCATED.  How often are
the named patterns going to differ from the rtxes anyway?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]