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