Re: [PATCH v3 04/16] target/arm: Remove unnecessary range check for VSHL

2020-05-12 Thread Peter Maydell
On Fri, 8 May 2020 at 16:22, Richard Henderson wrote: > > In 1dc8425e551, while converting to gvec, I added an extra range check > against the shift count. This was unnecessary because the encoding of > the shift count produces 0 to the element size - 1. > > Signed-off-by: Richard Henderson > --

[PATCH v3 04/16] target/arm: Remove unnecessary range check for VSHL

2020-05-08 Thread Richard Henderson
In 1dc8425e551, while converting to gvec, I added an extra range check against the shift count. This was unnecessary because the encoding of the shift count produces 0 to the element size - 1. Signed-off-by: Richard Henderson --- target/arm/translate.c | 12 ++-- 1 file changed, 2 inser