This patch includes:
- XVBITSEL.V;
- XVBITSELI.B;
- XVSET{EQZ/NEZ}.V;
- XVSETANYEQZ.{B/H/W/D};
- XVSETALLNEZ.{B/H/W/D}.
Signed-off-by: Song Gao<gaosong@loongson.cn>
---
target/loongarch/helper.h | 16 +++----
target/loongarch/insns.decode | 15 +++++++
target/loongarch/disas.c | 19 ++++++++
target/loongarch/vec_helper.c | 40 ++++++++++-------
target/loongarch/insn_trans/trans_lasx.c.inc | 46 ++++++++++++++++++++
target/loongarch/insn_trans/trans_lsx.c.inc | 44 +++++++++----------
6 files changed, 134 insertions(+), 46 deletions(-)