mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
target/loongarch: Implement vadda
This patch includes: - VADDA.{B/H/W/D}. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20230504122810.4094787-13-gaosong@loongson.cn>
This commit is contained in:
parent
4972565967
commit
af448cb31a
5 changed files with 87 additions and 0 deletions
|
@ -628,3 +628,8 @@ vabsd_bu 0111 00000110 00100 ..... ..... ..... @vvv
|
|||
vabsd_hu 0111 00000110 00101 ..... ..... ..... @vvv
|
||||
vabsd_wu 0111 00000110 00110 ..... ..... ..... @vvv
|
||||
vabsd_du 0111 00000110 00111 ..... ..... ..... @vvv
|
||||
|
||||
vadda_b 0111 00000101 11000 ..... ..... ..... @vvv
|
||||
vadda_h 0111 00000101 11001 ..... ..... ..... @vvv
|
||||
vadda_w 0111 00000101 11010 ..... ..... ..... @vvv
|
||||
vadda_d 0111 00000101 11011 ..... ..... ..... @vvv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue