Re: [PATCH] target/arm: Vectorize integer comparison vs zero

2020-04-23 Thread Peter Maydell
On Sat, 18 Apr 2020 at 17:28, Richard Henderson wrote: > > These instructions are often used in glibc's string routines. > They were the final uses of the 32-bit at a time neon helpers. > > Signed-off-by: Richard Henderson Applied to target-arm.next, thanks. Luckily my decodetree conversion for

Re: [PATCH] target/arm: Vectorize integer comparison vs zero

2020-04-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200418162808.4680-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH] target/arm: Vectorize integer comparison vs zero Message-id: 20200418162808.4680-1

[PATCH] target/arm: Vectorize integer comparison vs zero

2020-04-18 Thread Richard Henderson
These instructions are often used in glibc's string routines. They were the final uses of the 32-bit at a time neon helpers. Signed-off-by: Richard Henderson --- target/arm/helper.h| 27 ++-- target/arm/translate.h | 5 + target/arm/neon_helper.c | 24 target/arm/translate