How to implement branches?

Andreas Schwab schwab@suse.de
Wed May 14 13:59:00 GMT 2003


"Fred Cook" <fcook377@hotmail.com> writes:

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

I think the PowerPC architecture is similar.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gcc mailing list