I'm sorry I made a mistake. The assembler is assembling correctly, but the
emulator (I think it's called qemu) is doing it wrong. I will make a bug
report there. Sorry again.
regards, André Bergner
2010/1/19 André Bergner
> Hi everybody,
>
> I found a bug in gas when assembling the arm neon ins
Hi André,
I found a bug in gas when assembling the arm neon instruction vcvt.
In which case please could you fill out a bug report on the binutils bug
reporting web page here:
http://sourceware.org/bugzilla
The data type specifiers of the vcvt instruction are encoded in the wrong
order.
Hi everybody,
I found a bug in gas when assembling the arm neon instruction vcvt.
The data type specifiers of the vcvt instruction are encoded in the wrong
order.
I was writing some code using the instruction "vcvt.s32.f32 q1,q0" which
should convert a float value
in q0 to an integer in q1. I'm