This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]