About "define_expand" having names which are not standard pattern names.

DJ Delorie dj@redhat.com
Mon May 24 21:36:00 GMT 2004


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



More information about the Gcc mailing list