Hi, Everyone:<div>    </div><div>    Can anyone let me know the default NEON registers llvm going to use with armv7 devices? </div><div>For example, d10 and d11 are treated as default zero? I am using Xcode5 + llvm and I got a case that compiler will generate neon codes </div><div>    " vst.8 <span style="line-height: 1.5;">{d10, d11}, [</span><span style="line-height: 1.5;">r1] " </span></div><div>from C codes:</div><div>    "int aMV[4];</div><div>     ......</div><div>     aMV[0] = aMV[1] = aMV[2] = aMV[3] = 0; "</div><div>and I didn't find any zero setting instructions related to d10 and d11 beside. </div><div><br></div><div>I also want to know other neon registers llvm will use in this way, I can protect them after calling to my handwrite assembly codes.</div><div><br></div><div>Thanks & Best Regards,</div><div>Shaolin</div>