search for: 6yy8aw4d

Displaying 1 result from an estimated 1 matches for "6yy8aw4d".

2011 Sep 23
1
[LLVMdev] What CCAssignToXXXWithShadow means?
Hi, Anton > On Win64 general purpose registers shadow xmm and vice versa, so, say, > if you put argument into ecx, the xmm0 is marked as already occupied, > if you put argument into xmm1, edx is marked as occupied, etc. I think ecx and xmm0 are physical different registers (not like ecx and cx), right? So why we cannot use xmm0 while ecx has been used? Is it just a rule or there are