Re: [Patch,AVR]: Clean-up loading HI constants.

2011-09-25 Thread Denis Chertykov
2011/9/25 Georg-Johann Lay : > This is just a code clean-up that deals with loading 16-bit constants > (HImode). > > o Length adjustment is triggered by insn attribute "adjust_len" > > o To print the constant output_movhi can use output_reload_inhi > > o output_reload_inhi can use the same functio

[Patch,AVR]: Clean-up loading HI constants.

2011-09-25 Thread Georg-Johann Lay
This is just a code clean-up that deals with loading 16-bit constants (HImode). o Length adjustment is triggered by insn attribute "adjust_len" o To print the constant output_movhi can use output_reload_inhi o output_reload_inhi can use the same function as output_reload_insisf uses, just a sm