target/loongarch: Implement vmax/vmin
commit9ab29520f7fe1fdd190fa89a5fd6b11d7dd942bf
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:27:39 +0000 (4 20:27 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:46 +0000 (6 11:19 +0800)
tree5afcf36625c332fc072e8ec48a05ea242ff56db1
parentaf448cb31a0dae28e8aa7da0a1fceb544f19e43c
target/loongarch: Implement vmax/vmin

This patch includes:
- VMAX[I].{B/H/W/D}[U];
- VMIN[I].{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-14-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