Re: [RFC v1 6/8] target/riscv: Add functions to calculate current N masked bits for pointer masking
On Sat, Sep 9, 2023 at 5:37 AM Alexey Baturo wrote: > > Signed-off-by: Alexey Baturo > --- > target/riscv/cpu.h| 6 ++-- > target/riscv/cpu_helper.c | 58 +++ > 2 files changed, 62 insertions(+), 2 deletions(-) > > diff --git a/target/riscv/cpu.h b/ta
[RFC v1 6/8] target/riscv: Add functions to calculate current N masked bits for pointer masking
Signed-off-by: Alexey Baturo --- target/riscv/cpu.h| 6 ++-- target/riscv/cpu_helper.c | 58 +++ 2 files changed, 62 insertions(+), 2 deletions(-) diff --git a/target/riscv/cpu.h b/target/riscv/cpu.h index 17d0088cb4..c87c4f26a2 100644 --- a/target/ri