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: About "define_expand" having names which are not standard pattern names.


> I know that "define_expand" is used to expand the standard pattern
> name into multiple RTL, but the name "sse2_loadsd" is not a standard
> pattern name. What does this kind of "define_expand" mean?

This causes a gen_sse2_loaded() function to be defined, which can be
called from the target code as needed to emit RTL.


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