Abt RTL expression

Ben Elliston bje@au1.ibm.com
Sun Nov 19 22:46:00 GMT 2006


> Can any one get me the information/implementation of  below mentioned
> functions?
> 
> 1. operands[0] = gen_rtx_REG (SImode,REGNO (set_dest));
> 2. operands[0] = gen_highpart (SImode, set_dest);

Sure, emit-rtl.c, lines 488 and 1165.

Ben



More information about the Gcc mailing list