Hi
i am facing a syntax error.
vst1.u64 {d0-d1},[r0,128], r1
this is the instruction. This version of instruction is work with gcc compiler.
but it will show some error regarding the offset given when i use a non gcc compiler.[if i delete the offset 128 it will work fine. but output location is changed]
when i search the instruction format there is a syntax like above is not available.
the instruction reference is got from this link :: http://gcc.gnu.org/onlinedocs/gcc/ARM-NEON-Intrinsics.html
any other reference is available ?
how i add the offset to my destination address with out using the offset in vst1.u64 instruction. to correct my output values.
Dave