mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
target/loongarch: Implement xvsat
This patch includes: - XVSAT.{B/H/W/D}[U]. Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230914022645.1151356-29-gaosong@loongson.cn>
This commit is contained in:
parent
abb693de0a
commit
e5c7f0315e
4 changed files with 51 additions and 23 deletions
|
@ -1979,6 +1979,15 @@ INSN_LASX(xvmod_hu, vvv)
|
|||
INSN_LASX(xvmod_wu, vvv)
|
||||
INSN_LASX(xvmod_du, vvv)
|
||||
|
||||
INSN_LASX(xvsat_b, vv_i)
|
||||
INSN_LASX(xvsat_h, vv_i)
|
||||
INSN_LASX(xvsat_w, vv_i)
|
||||
INSN_LASX(xvsat_d, vv_i)
|
||||
INSN_LASX(xvsat_bu, vv_i)
|
||||
INSN_LASX(xvsat_hu, vv_i)
|
||||
INSN_LASX(xvsat_wu, vv_i)
|
||||
INSN_LASX(xvsat_du, vv_i)
|
||||
|
||||
INSN_LASX(xvreplgr2vr_b, vr)
|
||||
INSN_LASX(xvreplgr2vr_h, vr)
|
||||
INSN_LASX(xvreplgr2vr_w, vr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue