]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/loongarch: Implement xvexth
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:17 +0000 (10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 03:43:13 +0000 (11:43 +0800)
commitf0db0beb802749b23d923b28e434853f687fc179
tree25d199f3d88cff7654c558ab23282ef1d2a39319
parente5c7f0315eb9e52622015e1b82873dfa31f1d911
target/loongarch: Implement xvexth

This patch includes:
- XVEXTH.{H.B/W.H/D.W/Q.D};
- XVEXTH.{HU.BU/WU.HU/DU.WU/QU.DU}.

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