Re: [PATCH v2 19/46] target/loongarch: Implement xvexth
On 6/30/23 08:58, Song Gao wrote: +#define VEXTH(NAME, BIT, E1, E2)\ +void HELPER(NAME)(CPULoongArchState *env, \ + uint32_t oprsz, uint32_t vd, uint32_t vj) \ +{ \ +int i,
[PATCH v2 19/46] target/loongarch: Implement xvexth
This patch includes: - XVEXTH.{H.B/W.H/D.W/Q.D}; - XVEXTH.{HU.BU/WU.HU/DU.WU/QU.DU}. Signed-off-by: Song Gao --- target/loongarch/disas.c | 9 + target/loongarch/helper.h| 16 +- target/loongarch/insn_trans/trans_lasx.c.inc | 9 + target/loongarch/ins