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