This is the mail archive of the gcc-help@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: 32 x 32 -> 64 bit widening multiply on x86_64


Ian Lance Taylor <iant <at> google.com> writes:

> In order to use the 64-bit value, gcc would have
> to generate code to reassemble the two registers into one.  On balance
> it's normally preferable to simply use the 64 x 64 -> 64 multiply.

Ah.  That makes sense.  Thank you.

Mark


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