[Qemu-devel] [PATCH 18/42] target/arm: Convert VFP VMLA to decodetree

2019-06-06 Thread Peter Maydell
Convert the VFP VMLA instruction to decodetree. This is the first of the VFP 3-operand data processing instructions, so we include in this patch the code which loops over the elements for an old-style VFP vector operation. The existing code to do this looping uses the deprecated cpu_F0s/F0d/F1s/F1

Re: [Qemu-devel] [PATCH 18/42] target/arm: Convert VFP VMLA to decodetree

2019-06-08 Thread Richard Henderson
On 6/6/19 12:45 PM, Peter Maydell wrote: > Convert the VFP VMLA instruction to decodetree. > > This is the first of the VFP 3-operand data processing instructions, > so we include in this patch the code which loops over the elements > for an old-style VFP vector operation. The existing code to do