Re: [PATCH v4 10/12] tcg/riscv: Implement vector shi/s/v ops

2024-09-11 Thread Richard Henderson
On 9/11/24 06:26, LIU Zhiwei wrote: From: TANG Tiancheng Signed-off-by: TANG Tiancheng Reviewed-by: Liu Zhiwei --- tcg/riscv/tcg-target-con-set.h | 1 + tcg/riscv/tcg-target.c.inc | 76 ++ tcg/riscv/tcg-target.h | 6 +-- 3 files changed, 80 inse

[PATCH v4 10/12] tcg/riscv: Implement vector shi/s/v ops

2024-09-11 Thread LIU Zhiwei
From: TANG Tiancheng Signed-off-by: TANG Tiancheng Reviewed-by: Liu Zhiwei --- tcg/riscv/tcg-target-con-set.h | 1 + tcg/riscv/tcg-target.c.inc | 76 ++ tcg/riscv/tcg-target.h | 6 +-- 3 files changed, 80 insertions(+), 3 deletions(-) diff --git a