On 4/20/23 09:07, Song Gao wrote:
This patch includes: - VILV{L/H}.{B/H/W/D}; - VSHUF.{B/H/W/D}; - VSHUF4I.{B/H/W/D}; - VPERMI.W; - VEXTRINS.{B/H/W/D}.Signed-off-by: Song Gao<[email protected]> --- target/loongarch/disas.c | 25 ++++ target/loongarch/helper.h | 25 ++++ target/loongarch/insn_trans/trans_lsx.c.inc | 25 ++++ target/loongarch/insns.decode | 25 ++++ target/loongarch/lsx_helper.c | 148 ++++++++++++++++++++ 5 files changed, 248 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
