This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Generating rtx const
- From: Revital Eres <ERES at il dot ibm dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Ayal Zaks <ZAKS at il dot ibm dot com>, Mircea Namolaru <NAMOLARU at il dot ibm dot com>
- Date: Tue, 17 Aug 2004 16:46:32 +0300
- Subject: Generating rtx const
Hello,
I want to initialize a register rtx with the value zero in the rtl level.
Is there a function which generates the appropriate CONST rtx
according to the register mode? (CONST_DOUBLE for DFmode,
CONST_INT for SImode etc).
Thanks,
Revital