Re: [Qemu-devel] [PATCH 07/10] target-arm: A64: Add SIMD across-lanes instructions

2014-01-10 Thread Richard Henderson
On 01/10/2014 09:12 AM, Peter Maydell wrote: > From: Michael Matz > > Add support for the SIMD "across lanes" instruction group (C3.6.4). > > Signed-off-by: Michael Matz > [PMM: Updated to current codebase, added fp min/max ops, > added unallocated encoding checks] > Signed-off-by: Peter Mayde

[Qemu-devel] [PATCH 07/10] target-arm: A64: Add SIMD across-lanes instructions

2014-01-10 Thread Peter Maydell
From: Michael Matz Add support for the SIMD "across lanes" instruction group (C3.6.4). Signed-off-by: Michael Matz [PMM: Updated to current codebase, added fp min/max ops, added unallocated encoding checks] Signed-off-by: Peter Maydell --- target-arm/translate-a64.c | 177 +++