On 4/20/23 09:06, Song Gao wrote:
This patch includes: - VADDW{EV/OD}.{H.B/W.H/D.W/Q.D}[U]; - VSUBW{EV/OD}.{H.B/W.H/D.W/Q.D}[U]; - VADDW{EV/OD}.{H.BU.B/W.HU.H/D.WU.W/Q.DU.D}.Signed-off-by: Song Gao<[email protected]> --- target/loongarch/disas.c | 43 ++ target/loongarch/helper.h | 45 ++ target/loongarch/insn_trans/trans_lsx.c.inc | 795 ++++++++++++++++++++ target/loongarch/insns.decode | 43 ++ target/loongarch/lsx_helper.c | 190 +++++ 5 files changed, 1116 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
