Conditional call instruction

Jim Wilson wilson@redhat.com
Wed Feb 13 12:37:00 GMT 2002


Mark Mitchell <mark@codesourcery.com> writes:

> Do any of GCC's currently supported targets have a predicated call
> instruction that GCC will use when appropriate?

IA-64.

On a stage3 cc1, 
	objdump -d cc1 | grep br.call | grep '(p' | wc
I see 887 predicated call instructions.

Jim



More information about the Gcc mailing list