Re: [Qemu-devel] [PATCH 1/2] target/arm/translate-a64: Fix FCMLA decoding error

2019-01-29 Thread Laurent Desnogues
On Tue, Jan 29, 2019 at 3:04 PM Peter Maydell wrote: > > The FCMLA (by element) instruction exists in the > "vector x indexed element" encoding group, but not in > the "scalar x indexed element" group. Correctly UNDEF > the unallocated encodings. > > Reported-by: Laurent Desnogues > Signed-off-by

[Qemu-devel] [PATCH 1/2] target/arm/translate-a64: Fix FCMLA decoding error

2019-01-29 Thread Peter Maydell
The FCMLA (by element) instruction exists in the "vector x indexed element" encoding group, but not in the "scalar x indexed element" group. Correctly UNDEF the unallocated encodings. Reported-by: Laurent Desnogues Signed-off-by: Peter Maydell --- target/arm/translate-a64.c | 2 +- 1 file chang