Re: [Qemu-devel] [PATCH] target-arm: Implement VMULL.P8

2011-02-20 Thread Aurelien Jarno
On Thu, Feb 10, 2011 at 07:07:55PM +, Peter Maydell wrote: > Implement VMULL.P8 (the 32x32->64 version of the polynomial multiply > instruction). > > Signed-off-by: Peter Maydell > --- > target-arm/helpers.h |1 + > target-arm/neon_helper.c | 30 ++ > ta

[Qemu-devel] [PATCH] target-arm: Implement VMULL.P8

2011-02-10 Thread Peter Maydell
Implement VMULL.P8 (the 32x32->64 version of the polynomial multiply instruction). Signed-off-by: Peter Maydell --- target-arm/helpers.h |1 + target-arm/neon_helper.c | 30 ++ target-arm/translate.c |6 -- 3 files changed, 35 insertions(+), 2 dele