On 4/20/23 09:06, Song Gao wrote:
This patch includes: - VSRLRN.{B.H/H.W/W.D}; - VSRARN.{B.H/H.W/W.D}; - VSRLRNI.{B.H/H.W/W.D/D.Q}; - VSRARNI.{B.H/H.W/W.D/D.Q}.Signed-off-by: Song Gao<[email protected]> --- target/loongarch/disas.c | 16 +++ target/loongarch/helper.h | 16 +++ target/loongarch/insn_trans/trans_lsx.c.inc | 16 +++ target/loongarch/insns.decode | 16 +++ target/loongarch/lsx_helper.c | 126 ++++++++++++++++++++ 5 files changed, 190 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
