public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* How to implement branches?
@ 2003-05-14 13:13 Fred Cook
  2003-05-14 13:59 ` Andreas Schwab
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fred Cook @ 2003-05-14 13:13 UTC (permalink / raw)
  To: gcc

Hi,

My target architecture implements conditional branches like this:

        equal r10, r11, r12             /* r12 = (r10 == r11) */
        branch_if_true r12, label

Now I am looking for hits to implement this my gcc port. Also
references to ports where branches are clearly implemented and
branches are similar to the branches of my architecture are
welcome.

Thanks,

Fred.

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: How to implement branches?
@ 2003-05-14 16:17 Bonzini
  0 siblings, 0 replies; 6+ messages in thread
From: Bonzini @ 2003-05-14 16:17 UTC (permalink / raw)
  To: gcc; +Cc: fcook377, schwab

> > My target architecture implements conditional branches like this:
> > 
> >         equal r10, r11, r12             /* r12 = (r10 == r11) */
> >         branch_if_true r12, label
>
> I think the PowerPC architecture is similar.
> 
> Andreas.

Doesn't the Alpha and MIPS architectures do this as well?

Paolo

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-05-14 21:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-14 13:13 How to implement branches? Fred Cook
2003-05-14 13:59 ` Andreas Schwab
2003-05-14 14:10   ` Andrew Pinski
2003-05-14 16:23 ` Falk Hueffner
2003-05-14 21:23 ` Geoff Keating
2003-05-14 16:17 Bonzini

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).