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

2024-01-04 Thread Alexey Baturo
Sure, I would do it in the next updated series. пт, 5 янв. 2024 г. в 08:04, Alistair Francis : > On Thu, Jan 4, 2024 at 6:33 AM 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 does

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

2024-01-04 Thread Alistair Francis
On Thu, Jan 4, 2024 at 6:33 AM 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 v3 1/6] target/riscv: Remove obsolete pointer masking extension code.

2024-01-03 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