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] |
> I want to create a rtx which will fit the description of the following > operand. (taken from selv2sf4 instruction in the rs6000/paired.md machine > description) > > (match_operand:SF 4 "zero_fp_constant" "F") > > I am not sure how to create such zero const_double rtx and I appreciate > help regarding this. CONST0_RTX (SFmode) -- Eric Botcazou
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |