[LLVMdev] change type allocoted register

rami jiossy sramij at hotmail.com
Mon Jan 4 10:50:05 PST 2010


Hi;

i am using llvm backend on x86 arch.

My app ABI requires float2 (v2f32) to be passes as parameter and return in XMM0 register.
Currently LLVM handles v2f32 using MMX register MM0.

i wonder what changes do i need to do in LLVM to support that change; manipulating v2f32 (float2) using XMM and not MMX ?

one place i identifies where a change needs to be done is X86CallingConv.td where it define CC and RetCC .

Thanks
 		 	   		  
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
http://clk.atdmt.com/GBL/go/177141665/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100104/c22dadbf/attachment.html>


More information about the llvm-dev mailing list