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: question regarding regrename and failure of 950704-1.c on main


> Normally a DImode value on the PA has the most significant word in an even
> register (N) and the least significant word in an odd register(N+1).  This
> is how all the arithmetic works and this is also how DImode values are 
> returned.

I have looked through the machine definition and haven't found any
patterns that require the most significant word of a DImode value
to be in an even register general register.  There is no change
to the placement in floating registers.  Have I missed some operation
that requires the most significant word to be in an even register?

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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