Re: [PATCH v2 08/13] target/riscv: Replace is_32bit with get_xl/get_xlen

2021-10-14 Thread Alistair Francis
On Thu, Oct 14, 2021 at 6:59 AM Richard Henderson wrote: > > In preparation for RV128, replace a simple predicate > with a more versatile test. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/translate.c | 32 +--- >

Re: [PATCH v2 08/13] target/riscv: Replace is_32bit with get_xl/get_xlen

2021-10-14 Thread LIU Zhiwei
On 2021/10/14 上午4:50, Richard Henderson wrote: In preparation for RV128, replace a simple predicate with a more versatile test. Signed-off-by: Richard Henderson Reviewed-by: LIU Zhiwei Zhiwei --- target/riscv/translate.c | 32 +--- 1 file changed, 17 insertio