Re: I need an advice about duplication of input arguments in secondary registers

2007-03-02 Thread Ian Lance Taylor
Kai Tietz <[EMAIL PROTECTED]> writes: > Is there somebody who is able to give me a hint, how to manage it to pass > register passed arguments in two different registers ? I need this for the > x86_64 port. The MS ABI passes floating-points in XMM registers, but > additionally for va-sake within

I need an advice about duplication of input arguments in secondary registers

2007-03-02 Thread Kai Tietz
Hi, Is there somebody who is able to give me a hint, how to manage it to pass register passed arguments in two different registers ? I need this for the x86_64 port. The MS ABI passes floating-points in XMM registers, but additionally for va-sake within the standard integer registers as shadows