Generating rtx const

David Edelsohn dje@watson.ibm.com
Tue Aug 17 15:05:00 GMT 2004


>>>>> Revital Eres writes:

Revital> I want to initialize a register rtx with the value zero in the rtl level.
Revital> Is there a function which generates the appropriate CONST rtx 
Revital> according to the register mode? (CONST_DOUBLE for DFmode, 
Revital> CONST_INT for SImode etc).

	CONST0_RTX (mode)

David



More information about the Gcc mailing list