mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/loongarch: Implement vexth
This patch includes: - VEXTH.{H.B/W.H/D.W/Q.D}; - VEXTH.{HU.BU/WU.HU/DU.WU/QU.DU}. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20230504122810.4094787-19-gaosong@loongson.cn>
This commit is contained in:
parent
cbe44190cc
commit
3734ad9370
5 changed files with 82 additions and 0 deletions
|
@ -1070,3 +1070,12 @@ INSN_LSX(vsat_bu, vv_i)
|
|||
INSN_LSX(vsat_hu, vv_i)
|
||||
INSN_LSX(vsat_wu, vv_i)
|
||||
INSN_LSX(vsat_du, vv_i)
|
||||
|
||||
INSN_LSX(vexth_h_b, vv)
|
||||
INSN_LSX(vexth_w_h, vv)
|
||||
INSN_LSX(vexth_d_w, vv)
|
||||
INSN_LSX(vexth_q_d, vv)
|
||||
INSN_LSX(vexth_hu_bu, vv)
|
||||
INSN_LSX(vexth_wu_hu, vv)
|
||||
INSN_LSX(vexth_du_wu, vv)
|
||||
INSN_LSX(vexth_qu_du, vv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue