mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/loongarch: Implement LASX logic instructions
This patch includes: - XV{AND/OR/XOR/NOR/ANDN/ORN}.V; - XV{AND/OR/XOR/NOR}I.B. Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230914022645.1151356-35-gaosong@loongson.cn>
This commit is contained in:
parent
a59098e311
commit
4472a45a08
4 changed files with 48 additions and 18 deletions
|
@ -1607,6 +1607,18 @@ xvmsknz_b 0111 01101001 11000 11000 ..... ..... @vv
|
|||
|
||||
xvldi 0111 01111110 00 ............. ..... @v_i13
|
||||
|
||||
xvand_v 0111 01010010 01100 ..... ..... ..... @vvv
|
||||
xvor_v 0111 01010010 01101 ..... ..... ..... @vvv
|
||||
xvxor_v 0111 01010010 01110 ..... ..... ..... @vvv
|
||||
xvnor_v 0111 01010010 01111 ..... ..... ..... @vvv
|
||||
xvandn_v 0111 01010010 10000 ..... ..... ..... @vvv
|
||||
xvorn_v 0111 01010010 10001 ..... ..... ..... @vvv
|
||||
|
||||
xvandi_b 0111 01111101 00 ........ ..... ..... @vv_ui8
|
||||
xvori_b 0111 01111101 01 ........ ..... ..... @vv_ui8
|
||||
xvxori_b 0111 01111101 10 ........ ..... ..... @vv_ui8
|
||||
xvnori_b 0111 01111101 11 ........ ..... ..... @vv_ui8
|
||||
|
||||
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