Re: [PATCH] target/arm: Fix 64-bit SSRA

2023-08-21 Thread Peter Maydell
On Mon, 21 Aug 2023 at 03:20, Richard Henderson wrote: > > Typo applied byte-wise shift instead of double-word shift. > > Cc: qemu-sta...@nongnu.org > Fixes: 631e565450c ("target/arm: Create gen_gvec_[us]sra") > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1779 > Signed-off-by: Richard

Re: [PATCH] target/arm: Fix 64-bit SSRA

2023-08-20 Thread Philippe Mathieu-Daudé
On 21/8/23 04:20, Richard Henderson wrote: Typo applied byte-wise shift instead of double-word shift. Cc: qemu-sta...@nongnu.org Fixes: 631e565450c ("target/arm: Create gen_gvec_[us]sra") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1779 Signed-off-by: Richard Henderson --- target/

Re: [PATCH] target/arm: Fix 64-bit SSRA

2023-08-20 Thread Richard Henderson
On 8/20/23 19:20, Richard Henderson wrote: Typo applied byte-wise shift instead of double-word shift. Cc: qemu-sta...@nongnu.org Fixes: 631e565450c ("target/arm: Create gen_gvec_[us]sra") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1779 Bah. #1737 Signed-off-by: Richard Henderso

[PATCH] target/arm: Fix 64-bit SSRA

2023-08-20 Thread Richard Henderson
Typo applied byte-wise shift instead of double-word shift. Cc: qemu-sta...@nongnu.org Fixes: 631e565450c ("target/arm: Create gen_gvec_[us]sra") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1779 Signed-off-by: Richard Henderson --- target/arm/tcg/translate.c | 2 +- 1 file changed, 1