Displaying 3 results from an estimated 3 matches for "0f033b4e".
2013 Feb 25
0
[LLVMdev] ARM assembler's syntax in clang
Hi,all,
I've some problem when using clang compile my ARM assembly code:
1 .qn directive
In GAS, .qn directive is used to create typed and/or indexed register
aliases for use in Advanced SIMD Extension (Neon) instructions.(
http://sourceware.org/binutils/docs/as/ARM-Directives.html#ARM-Directives)
But clang's integrated-as seems have different syntax, for example, my code:
input .qn
2013 Feb 23
2
[LLVMdev] ARM assembler's syntax in clang
Hi, Jim,
Why "asm" name is a horrible hack? Do you have any suggestion for cross-platform support of my ARM assembly code?
Thanks!
ashi
On Feb 21, 2013, at 2:00 AM, Jim Grosbach <grosbach at apple.com> wrote:
> You were correct the first time. That post is talking about a Windows target. Ashi is working on iOS. Underscores are normal and expected. Using an "asm" name
2013 Mar 04
2
[LLVMdev] ARM assembler's syntax in clang
...it may also help me by looking the source code(I've tried
> 'grep', but with no success.)
>
> Great Thanks!
>
> ashi
>
ashi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130304/0f033b4e/attachment.html>