This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to implement branches?
- From: Falk Hueffner <falk dot hueffner at student dot uni-tuebingen dot de>
- To: "Fred Cook" <fcook377 at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 14 May 2003 18:23:27 +0200
- Subject: Re: How to implement branches?
- References: <Sea1-F4616IH9mQJklx00011d24@hotmail.com>
"Fred Cook" <fcook377@hotmail.com> writes:
> 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.
This is pretty much how things work on Alpha.
--
Falk