mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
This patch includes: - XVMSKLTZ.{B/H/W/D}; - XVMSKGEZ.B; - XVMSKNZ.B. Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230914022645.1151356-33-gaosong@loongson.cn>
This commit is contained in:
parent
3a2752179a
commit
97074674a9
4 changed files with 74 additions and 24 deletions
|
@ -1598,6 +1598,13 @@ xvsigncov_h 0111 01010010 11101 ..... ..... ..... @vvv
|
|||
xvsigncov_w 0111 01010010 11110 ..... ..... ..... @vvv
|
||||
xvsigncov_d 0111 01010010 11111 ..... ..... ..... @vvv
|
||||
|
||||
xvmskltz_b 0111 01101001 11000 10000 ..... ..... @vv
|
||||
xvmskltz_h 0111 01101001 11000 10001 ..... ..... @vv
|
||||
xvmskltz_w 0111 01101001 11000 10010 ..... ..... @vv
|
||||
xvmskltz_d 0111 01101001 11000 10011 ..... ..... @vv
|
||||
xvmskgez_b 0111 01101001 11000 10100 ..... ..... @vv
|
||||
xvmsknz_b 0111 01101001 11000 11000 ..... ..... @vv
|
||||
|
||||
xvreplgr2vr_b 0111 01101001 11110 00000 ..... ..... @vr
|
||||
xvreplgr2vr_h 0111 01101001 11110 00001 ..... ..... @vr
|
||||
xvreplgr2vr_w 0111 01101001 11110 00010 ..... ..... @vr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue