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: Advice needed how to avoid generation of extra sign_extends in .md file


On Thu, Oct 03, 2002 at 06:09:21PM -0700, Igor Shevlyakov wrote:
> - 32 bit opearations always sign extend their result into whole 64-bit
> result registers.
> - conditional branches work only on 64-bit registers
> - loads are always sign-extending.

See the alpha port, which has these same characteristics.


r~


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