This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch for genoutput
- To: Denis Chertykov <denisc at overta dot ru>
- Subject: Re: patch for genoutput
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 10 Sep 2000 04:03:42 -0300
- Cc: gcc-patches at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <200009100657.KAA04399@tigris.overta.ru>
On Sep 10, 2000, Denis Chertykov <denisc@overta.ru> wrote:
> I have following `define_insn':
> (define_insn "*pop4"
> [(set (reg:HI 32) (plus:HI (reg:HI 32) (const_int 4)))]
> ""
> "pop __tmp_reg__
> pop __tmp_reg__
> pop __tmp_reg__
> pop __tmp_reg__"
> [(set_attr "length" "4")])
> This `define_insn' have a multiline output template.
Use `\;' to separate multiple assembly instructions.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me