Re: [PATCH] Fix slli_uw decoding

2023-03-09 Thread Alistair Francis
On Mon, Feb 27, 2023 at 7:06 PM Ivan Klokov wrote: > > The decoding of the slli_uw currently contains decoding > error: shamt part of opcode has six bits, not five. > > Fixes 3de1fb71("target/riscv: update disas.c for xnor/orn/andn and slli.uw") > > Signed-off-by: Ivan Klokov Thanks! Applied to

Re: [PATCH] Fix slli_uw decoding

2023-03-09 Thread Alistair Francis
On Mon, Feb 27, 2023 at 7:06 PM Ivan Klokov wrote: > > The decoding of the slli_uw currently contains decoding > error: shamt part of opcode has six bits, not five. > > Fixes 3de1fb71("target/riscv: update disas.c for xnor/orn/andn and slli.uw") > > Signed-off-by: Ivan Klokov Acked-by: Alistair

Re: [PATCH] Fix slli_uw decoding

2023-03-06 Thread Ivan Klokov
Hello guys. I would be really appreciate if you look this patch.It would be nice to merge it to new release 8.0 27.02.2023, 12:02, "Ivan Klokov" :The decoding of the slli_uw currently contains decodingerror: shamt part of opcode has six bits, not five.Fixes 3de1fb71("target/riscv: update disas.c fo

Re: [PATCH] Fix slli_uw decoding

2023-02-27 Thread Philipp Tomsich
On Mon, 27 Feb 2023 at 10:04, Ivan Klokov wrote: > > The decoding of the slli_uw currently contains decoding > error: shamt part of opcode has six bits, not five. > > Fixes 3de1fb71("target/riscv: update disas.c for xnor/orn/andn and slli.uw") > > Signed-off-by: Ivan Klokov Reviewed-by: Philipp

[PATCH] Fix slli_uw decoding

2023-02-27 Thread Ivan Klokov
The decoding of the slli_uw currently contains decoding error: shamt part of opcode has six bits, not five. Fixes 3de1fb71("target/riscv: update disas.c for xnor/orn/andn and slli.uw") Signed-off-by: Ivan Klokov --- disas/riscv.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) di