Re: [RFC PATCH v3 40/44] target/loongarch: Implement vilvl vilvh vextrins vshuf

2023-04-24 Thread Richard Henderson
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 --- target/loongarch/disas.c| 25 target/loongarch/helper.h | 25

[RFC PATCH v3 40/44] target/loongarch: Implement vilvl vilvh vextrins vshuf

2023-04-20 Thread Song Gao
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 --- target/loongarch/disas.c| 25 target/loongarch/helper.h | 25 target/loongarch/insn_trans/trans_lsx.