On 9/7/23 01:31, Song Gao wrote:
This patch includes: - XVADDW{EV/OD}.{H.B/W.H/D.W/Q.D}[U]; - XVSUBW{EV/OD}.{H.B/W.H/D.W/Q.D}[U]; - XVADDW{EV/OD}.{H.BU.B/W.HU.H/D.WU.W/Q.DU.D}.Signed-off-by: Song Gao<[email protected]> --- target/loongarch/insns.decode | 45 ++++++++ target/loongarch/disas.c | 43 +++++++ target/loongarch/vec_helper.c | 120 ++++++++++++++------ target/loongarch/insn_trans/trans_vec.c.inc | 41 +++++++ 4 files changed, 215 insertions(+), 34 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
