On 4/25/23 08:02, Song Gao wrote:
This patch includes: - VBITSEL.V; - VBITSELI.B; - VSET{EQZ/NEZ}.V; - VSETANYEQZ.{B/H/W/D}; - VSETALLNEZ.{B/H/W/D}.Signed-off-by: Song Gao<[email protected]> --- target/loongarch/disas.c | 20 ++++++ target/loongarch/helper.h | 11 +++ target/loongarch/insn_trans/trans_lsx.c.inc | 74 +++++++++++++++++++++ target/loongarch/insns.decode | 17 +++++ target/loongarch/lsx_helper.c | 52 +++++++++++++++ 5 files changed, 174 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
