How to implement branches?

Bonzini bonzini@gnu.org
Wed May 14 16:17:00 GMT 2003


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



More information about the Gcc mailing list