Re: [Qemu-devel] [PATCH v2 1/2] target-arm: Use TCG operation for Neon 64 bit negation

2012-10-19 Thread Aurelien Jarno
On Fri, Oct 19, 2012 at 02:06:58PM +0100, Peter Maydell wrote: > Use the TCG operation to do Neon 64 bit negations rather than calling > a helper routine for it. > > Signed-off-by: Peter Maydell > --- > target-arm/helper.h |1 - > target-arm/neon_helper.c |6 -- > target-arm/tra

[Qemu-devel] [PATCH v2 1/2] target-arm: Use TCG operation for Neon 64 bit negation

2012-10-19 Thread Peter Maydell
Use the TCG operation to do Neon 64 bit negations rather than calling a helper routine for it. Signed-off-by: Peter Maydell --- target-arm/helper.h |1 - target-arm/neon_helper.c |6 -- target-arm/translate.c |4 +++- 3 files changed, 3 insertions(+), 8 deletions(-) diff