OSDN Git Service

target/loongarch: Implement vabsd
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:27:37 +0000 (20:27 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:45 +0000 (11:19 +0800)
commit4972565967ee24574987b8e9817f2e433470c695
tree158892c5fe2d0033ae5775195970483b06b4e84b
parent39e9b0a741e7d0e5de791c679443466482a96903
target/loongarch: Implement vabsd

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

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20230504122810.4094787-12-gaosong@loongson.cn>
target/loongarch/disas.c
target/loongarch/helper.h
target/loongarch/insn_trans/trans_lsx.c.inc
target/loongarch/insns.decode
target/loongarch/lsx_helper.c