mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
target/loongarch: Implement xvsllwil xvextl
This patch includes: - XVSLLWIL.{H.B/W.H/D.W}; - XVSLLWIL.{HU.BU/WU.HU/DU.WU}; - XVEXTL.Q.D, VEXTL.QU.DU. Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230914022645.1151356-37-gaosong@loongson.cn>
This commit is contained in:
parent
ad6dc7189a
commit
6567eac7f7
4 changed files with 63 additions and 21 deletions
|
@ -1652,6 +1652,15 @@ xvrotri_h 0111 01101010 00000 1 .... ..... ..... @vv_ui4
|
|||
xvrotri_w 0111 01101010 00001 ..... ..... ..... @vv_ui5
|
||||
xvrotri_d 0111 01101010 0001 ...... ..... ..... @vv_ui6
|
||||
|
||||
xvsllwil_h_b 0111 01110000 10000 01 ... ..... ..... @vv_ui3
|
||||
xvsllwil_w_h 0111 01110000 10000 1 .... ..... ..... @vv_ui4
|
||||
xvsllwil_d_w 0111 01110000 10001 ..... ..... ..... @vv_ui5
|
||||
xvextl_q_d 0111 01110000 10010 00000 ..... ..... @vv
|
||||
xvsllwil_hu_bu 0111 01110000 11000 01 ... ..... ..... @vv_ui3
|
||||
xvsllwil_wu_hu 0111 01110000 11000 1 .... ..... ..... @vv_ui4
|
||||
xvsllwil_du_wu 0111 01110000 11001 ..... ..... ..... @vv_ui5
|
||||
xvextl_qu_du 0111 01110000 11010 00000 ..... ..... @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