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]

Re: register parameter passing and library calls


> I suppose I could replace ALL the library functions with hand-compiled
> assembler language (and change the names of the library functions),
> but that would not be a very palatable strategy IMHO.

You can also make your movstrsi expander emit a call to memcpy.


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