public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Pierre Mallard" <pierremallard@yahoo.fr>
To: gcc@gcc.gnu.org
Subject: splitting addhi, addsi
Date: Mon, 21 Oct 2002 08:26:00 -0000	[thread overview]
Message-ID: <20021021075620.33660.qmail@web20309.mail.yahoo.com> (raw)

Hi,
I'm working on the c compiler gcc-3.0.4 to port code
for my cpu.
In order to feel right my delay pipe of 3 slot I need
to cut every expression in code of one length
instruction.
So I need to have my addhi and addsi cut with sthg
like a define_split or things like this and I need to
take care of the carry...
I'm wondering how I can define a define_insn that do
not match the pattern of addqi and that realise the
add_with_carry instruction :

(plus:HI (reg:HI)(reg:HI))
->
(plus:QI (reg:QI)(reg:QI))
(plus_with_carry:QI (reg:QI)(reg:QI))...
Thanks,Regards
Pierre Mallard



___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

             reply	other threads:[~2002-10-21  7:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-21  8:26 Pierre Mallard [this message]
2002-10-21 12:30 ` Richard Henderson
     [not found] <200210211213.29760.diwil@eis.ru>
2002-10-21  9:45 ` Pierre Mallard
2002-10-21 10:20 ` Pierre Mallard
  -- strict thread matches above, loose matches on Subject: below --
2002-10-21  8:23 Pierre Mallard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021021075620.33660.qmail@web20309.mail.yahoo.com \
    --to=pierremallard@yahoo.fr \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).