Re: [PATCH v4 1/6] target/riscv: Remove obsolete pointer masking extension code.

2024-01-21 Thread Alistair Francis
On Tue, Jan 9, 2024 at 8:30 PM Alexey Baturo wrote: > > From: Alexey Baturo > > Zjpm v0.8 is almost frozen and it's much simplier compared to the existing > one: > The newer version doesn't allow to specify custom mask or base for masking. > Instead it allows only certain options for masking top

[PATCH v4 1/6] target/riscv: Remove obsolete pointer masking extension code.

2024-01-09 Thread Alexey Baturo
From: Alexey Baturo Zjpm v0.8 is almost frozen and it's much simplier compared to the existing one: The newer version doesn't allow to specify custom mask or base for masking. Instead it allows only certain options for masking top bits. Signed-off-by: Alexey Baturo --- target/riscv/cpu.c