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: Q about REGNO_OK_FOR_BASE_P et al


On Sun, Dec 19, 2004 at 01:59:38PM -0500, Robert Baruch wrote:
> All of its general purpose registers could be used
> in such a calculation, though. So does that mean that all of the
> general purpose registers should be ok for base and index, or that
> none should be used?

All.  See ia64 port.

> Also, the internals manual states that "[The base register] may be
> either a suitable hard register or a pseudo register that has been
> allocated such a hard register." Does that mean that a pseudo register
> that has NOT been allocated any hard register should always be
> considered unsuitable?

Yes.  Again, see the ia64 definition.


r~


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