mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target/loongarch: Implement xvfrstp
This patch includes: - XVFRSTP[I].{B/H}. Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230914022645.1151356-46-gaosong@loongson.cn>
This commit is contained in:
parent
1b3e242f72
commit
abee168ea3
4 changed files with 34 additions and 12 deletions
|
@ -2235,6 +2235,11 @@ INSN_LASX(xvbitrevi_h, vv_i)
|
|||
INSN_LASX(xvbitrevi_w, vv_i)
|
||||
INSN_LASX(xvbitrevi_d, vv_i)
|
||||
|
||||
INSN_LASX(xvfrstp_b, vvv)
|
||||
INSN_LASX(xvfrstp_h, vvv)
|
||||
INSN_LASX(xvfrstpi_b, vv_i)
|
||||
INSN_LASX(xvfrstpi_h, 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