This is the mail archive of the gcc@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: Can "call" and "call_value" pass a temp value into the function prologue in the RETURN value register?


On Sun, Oct 27, 2002 at 12:21:34PM -0800, Mike Laman wrote:
> In the "call" instruction, can I put a temporary value in(!) the return
> value register
> for the function prologue to use?

Yes.  See x86-64 code, which does something similar.


r~


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