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: How to split mulsi3 pattern


On 11/12/2009 05:40 AM, Mohamed Shafi wrote:
So i need to change the mode of the register from SI to HI after
reloading. Is that allowed?

Of course. It's also allowed before reload:


(subreg:HI (reg:SI foo) 0)

See gen_lowpart.


r~



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