Re: [PATCH] tcg/aarch64: Fix illegal insn from out-of-range shli

2022-06-01 Thread Joel Stanley
On Thu, 2 Jun 2022 at 01:17, Richard Henderson wrote: > > The masking in tcg_out_shl was incorrect, producing an > illegal instruction, rather than merely unspecified results > for the out-of-range shift. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1051 > Signed-off-by: Richard Hen

[PATCH] tcg/aarch64: Fix illegal insn from out-of-range shli

2022-06-01 Thread Richard Henderson
The masking in tcg_out_shl was incorrect, producing an illegal instruction, rather than merely unspecified results for the out-of-range shift. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1051 Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c.inc | 2 +- 1 file changed, 1