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 1/2] mips: Add R4600 scheduling support for imul and idiv


Matt Turner <mattst88@gmail.com> writes:
> The r4600_imul and r4600_idiv reservations were correct for si, but
> there were no *_di reservations.
>
> See page 4 of
> http://www.sgistuff.net/hardware/other/documents/R4600_Prod_OV.pdf
>
> 2012-02-24  Matt Turner  <mattst88@gmail.com>
>
> 	* config/mips/4600.md (r4600_imul_si): Rename from r4600_imul.
> 	(r4600_imul_di): New.
> 	(r4600_idiv_si): Rename from r4600_idiv.
> 	(r4600_idiv_di): New.

Both patches look good, thanks.  Will commit once 4.8 is open and the
copyright assignment is sorted.

Richard


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