On 9/16/23 00:55, gaosong wrote:
Hi, Richard
Could you review this patch? it's the lastet patch no review.
Thanks.
Song Gao
在 2023/9/14 上午10:26, Song Gao 写道:
This patch includes:
- XVSHUF.{B/H/W/D};
- XVPERM.W;
- XVSHUF4i.{B/H/W/D};
- XVPERMI.{W/D/Q};
- XVEXTRINS.{B/H/W/D}.
Signed-off-by: Song Gao <gaos...@loongson.cn>
---
target/loongarch/helper.h | 3 +
target/loongarch/insns.decode | 21 +++
target/loongarch/disas.c | 21 +++
target/loongarch/vec_helper.c | 146 ++++++++++++++------
target/loongarch/insn_trans/trans_vec.c.inc | 30 +++-
5 files changed, 175 insertions(+), 46 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~