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: RFC: Using mode and code macros in *.md files


> > It would be nice if I could fold the version of addxf3 that has no
> > float_extend's into this definition too but I don't think any macros or
> > existing mechanism would allow me to do that.
> 
> Yeah, I know the feeling ;)  It would be nice to do the same thing
> on MIPS with SI->DI sign_extends.

I think the only sane way to do this is having the match_operand match the
full size register or a float_extend / sign_extend.


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