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: A question about a libcall


On Mon, Sep 09, 2002 at 06:41:07PM -0400, Kazu Hirata wrote:
> Let's say a libcall returns its result in (reg 0).  Is it normal to
> have multiple references to (reg 0) after the libcall?  Or are we
> supposed to copy (reg 0) to some pseudo reg and then use that pseudo
> reg as many times as needed?

The later.


r~


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