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 Wed, Oct 15, 2003 at 02:34:50PM -0400, David Edelsohn wrote:
> 	What is the specific SPARC option to which you are referring?

-mv8plus

This is more complicated on Sparc than it would be for PowerPC, because
only the %gN and %oN registers can be used for 64-bit data.  The %iN and
%lN registers are not preserved as 64-bit across interrupts.  This is a
side effect of the register windows and where the backing store for them
is allocated -- there is no more room without changing the ABI.


r~


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