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]

Re: LO_SUM memrefs offsettable ?


> Basically, there's a few bits of overlap on the PA.  The "HIGH" sets the
> upper 21 bits, the LO_SUM sets the low 14 bits.  Thus we can add small
> offsets directly to the LO_SUM and not lose.

AFAIK there's also overlap for the sparc.  A lack of overlap can probably
be considered a design problem of the architecture, since it disables a
lot of cse opportunities.


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