target/loongarch; Implement xvdiv/xvmod
commitabb693de0a6531beaa1b144a9d6af46e31a78684
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:15 +0000 (14 10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 03:43:13 +0000 (20 11:43 +0800)
tree897c86af32a11f57d01f2a5d33755a05a4ca3a3e
parent3f450c17d094784704f35c50bbacb19bee0a5297
target/loongarch; Implement xvdiv/xvmod

This patch includes:
- XVDIV.{B/H/W/D}[U];
- XVMOD.{B/H/W/D}[U].

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230914022645.1151356-28-gaosong@loongson.cn>
target/loongarch/disas.c
target/loongarch/insn_trans/trans_vec.c.inc
target/loongarch/insns.decode
target/loongarch/vec_helper.c