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] - Use of powerpc 64bit instructions in 32bit ABI


On Tue, 14 Oct 2003 15:50:12 -0700
Fariborz Jahanian <fjahanian@apple.com> wrote:

> This patch is about a new mixed compilation mode where register sizes 
> are 64bit and are used in
> 64bit instructions.

This is much better implemented by having DI mode patterns that match
in the machine description when your new mode is enabled.

You really should not need to make any other changes.


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