]> gcc.gnu.org Git - gcc.git/commit
avr.c (out_shift_with_cnt): Use AS2 macro.
authorMarek Michalkiewicz <marekm@linux.org.pl>
Tue, 10 Oct 2000 18:41:18 +0000 (20:41 +0200)
committerDenis Chertykov <denisc@gcc.gnu.org>
Tue, 10 Oct 2000 18:41:18 +0000 (22:41 +0400)
commit80b8585d942b556d9f9cb87a355cf990465d1965
tree687a9736c8add2cdfc44396adbd7df5645dfd9bd
parent29f8b71838fd23a668b760b55b36e9df835c5860
avr.c (out_shift_with_cnt): Use AS2 macro.

* config/avr/avr.c (out_shift_with_cnt): Use AS2 macro.
Correct insn length if shift count is a memory operand.
* config/avr/avr.md: New define_peephole2 to use *reload_inqi.
(*iorhi3_clobber): Change lo8 to hi8.
(zero_extendhisi2): Change %B0 to %A1.
(ashlhi3, ashrhi3): Correct insn length.
(andhi3, abssf2, extendqisi2, extendhisi2): Change "cc"
from "clobber" to "set_n" in some alternatives.

From-SVN: r36828
gcc/ChangeLog
gcc/config/avr/avr.c
gcc/config/avr/avr.md
This page took 0.056331 seconds and 5 git commands to generate.