r203722 - MS intrinsics: implement the __movs and __stos intrinsics (PR19054)

Chandler Carruth chandlerc at google.com
Wed Mar 12 15:14:01 PDT 2014


On Wed, Mar 12, 2014 at 3:00 PM, Hans Wennborg <hans at hanshq.net> wrote:

> +  __asm__("rep movsb" : : "D"(__dst), "S"(__src), "c"(__n)
> +                        : "%edi", "%esi", "%ecx");
>

I'm actually a bit sad we don't have an LLVM intrinsic (and corresponding
Clang builtin) that we can use for this...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140312/6c35de3e/attachment.html>


More information about the cfe-commits mailing list