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: Reload byte using word access


On Tue, Apr 30, 2002 at 04:57:57PM +0100, D. Towner wrote:
> Am I right in thinking that if a reload is
> required for a byte register (which is a subreg of a word register), then
> the address of the reload will be a word address (and aligned as such),
> since an entire word will be allocated for the reload?

No, this is not correct.

You will have to write reload_? patterns similar to those used for
alpha ev4/ev5.


r~


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