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]

Re: Generating rtx const


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


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