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


David Edelsohn <dje@watson.ibm.com> writes:

> >>>>> Richard Henderson writes:
> 
> Richard> If you're returning parallels from function_arg, you won't get here.
> 
> 	You are suggesting that function_arg() return PARALLELs for all
> arguments in this 32/64 mode, not just "long long" and "double" arguments
> that need to be split across two registers in 32-bit mode?  That's a lot
> of code to emulate the GCC defaults in 32-bit mode.

It should only be necessary to do this for arguments that would
otherwise be passed in GPRs.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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