This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Generating rtx const
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Revital Eres <ERES at il dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org, Ayal Zaks <ZAKS at il dot ibm dot com>, Mircea Namolaru <NAMOLARU at il dot ibm dot com>
- Date: Tue, 17 Aug 2004 09:58:38 -0400
- Subject: Re: Generating rtx const
- References: <OF834294A0.FF8032A2-ONC2256EF3.00433BCE-C2256EF3.004BBF64@il.ibm.com>
>>>>> 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