search for: unreq

Displaying 6 results from an estimated 6 matches for "unreq".

Did you mean: unref
2013 Mar 04
2
[LLVMdev] ARM assembler's syntax in clang
...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 Q6.F32 > > Clang would give error: unexpected token in argument list > > 2 .unreq > Clang doesn't recognize .unreq, my code is as below: > > px .req r0 > .unreq px > px .req r1 > > clang give error: redefinition of 'px' does not match original. > > 3 .end > clang also doesn't recognize .end directive > > all my code is compile...
2013 Feb 25
0
[LLVMdev] ARM assembler's syntax in clang
...iases 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 Q6.F32 Clang would give error: unexpected token in argument list 2 .unreq Clang doesn't recognize .unreq, my code is as below: px .req r0 .unreq px px .req r1 clang give error: redefinition of 'px' does not match original. 3 .end clang also doesn't recognize .end directive all my code is compiled by: clang -arch armv7 -v -integrated-as -g -mcpu=corte...
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 05
0
[LLVMdev] ARM assembler's syntax in clang
...e.org/binutils/docs/as/ARM-Directives.html#ARM-Directives >> ) >> But clang's integrated-as seems have different syntax, for example, my >> code: >> >> input .qn Q6.F32 >> >> Clang would give error: unexpected token in argument list >> >> 2 .unreq >> Clang doesn't recognize .unreq, my code is as below: >> >> px .req r0 >> .unreq px >> px .req r1 >> >> clang give error: redefinition of 'px' does not match original. >> >> 3 .end >> clang also doesn't recognize .end di...
2013 Mar 06
3
[LLVMdev] ARM assembler's syntax in clang
...iases 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 Q6.F32 Clang would give error: unexpected token in argument list 2 .unreq Clang doesn't recognize .unreq, my code is as below: px .req r0 .unreq px px .req r1 clang give error: redefinition of 'px' does not match original. 3 .end clang also doesn't recognize .end directive all my code is compiled by: clang -arch armv7 -v -integrated-as -g -mcpu=corte...
2013 Mar 07
0
[LLVMdev] ARM assembler's syntax in clang
...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 Q6.F32 > > Clang would give error: unexpected token in argument list > > 2 .unreq > Clang doesn't recognize .unreq, my code is as below: > > px .req r0 > .unreq px > px .req r1 > > clang give error: redefinition of 'px' does not match original. > > 3 .end > clang also doesn't recognize .end directive > > all my code is compile...