qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 00/33] target/mips: Finalise the Ingenic MXU ASE support


From: Siarhei Volkau
Subject: [PATCH 00/33] target/mips: Finalise the Ingenic MXU ASE support
Date: Thu, 8 Jun 2023 13:41:49 +0300

This patch series is aimed to add complete support of the
Ingenic MXU extensions of version 1 revision 2.
The serie doesn't split revision 1 and revision 2 of the
MXU ASE as it ought to be, because I have no hardware which
supports revision 1 only. The MXU version 2 is not the subject
of the patch series either.

All added/fixed instructions were tested on real hardware
via set of fuzz tests written for that purpose, although
the tests aren't subject of this patch series.

Signed-off-by: Siarhei Volkau <lis8215@gmail.com>

Siarhei Volkau (33):
  target/mips: Add emulation of MXU instructions for 32-bit load/store
  Add support of two XBurst CPUs
  target/mips: Add emulation of LXW LXB LXH LXBU LXHU instructions
  target/mips: Add emulation of S32MADD/MADDU/MSUB/MSUBU instructions
  target/mips: Add emulation of Q8SLT Q8SLTU instructions
  target/mips: fix MXU D16MAX D16MIN Q8MAX Q8MIN instructions
  target/mips: Add emulation of MXU S32SLT D16SLT D16AVG[R] Q8AVG[R]
    insns
  target/mips: Add emulation of Q8ADD instruction
  target/mips: Add emulation of MXU S32CPS D16CPS Q8ABD Q16SAT insns
  target/mips: Add emulation of MXU D16MULF D16MULE instructions
  target/mips: Add emulation of MXU D16MACF D16MACE instructions
  target/mips: Add emulation of MXU D16MADL instruction
  target/mips: Add emulation of MXU S16MAD instruction
  target/mips: Add emulation of MXU Q16ADD instruction
  target/mips: Add emulation of MXU D32ADD instruction
  target/mips: Add emulation of MXU D32ACC D32ACCM D32ASUM instructions
  target/mips: Add emulation of MXU D32ADDC instruction
  target/mips: Add emulation of MXU Q16ACC Q16ACCM D16ASUM instructions
  target/mips: Add emulation of MXU Q8ADDE Q8ACCE D8SUM D8SUMC
    instructions
  target/mips: Add emulation of MXU S8STD S8LDI S8SDI instructions
  target/mips: Add emulation of MXU S16LDD S16STD S16LDI S16SDI
    instructions
  target/mips: Add emulation of MXU S32MUL S32MULU S32EXTR S32EXTRV
    insns
  target/mips: Add emulation of MXU S32ALN S32LUI insns
  target/mips: Add emulation of MXU D32SARL D32SARW instructions
  target/mips: Add emulation of MXU D32SLL D32SLR D32SAR instructions
  target/mips: Add emulation of MXU Q16SLL Q16SLR Q16SAR instructions
  target/mips: Add emulation of MXU D32/Q16- SLLV/SLRV/SARV instructions
  target/mips: Add emulation of MXU S32/D16/Q8- MOVZ/MOVN instructions
  target/mips: Add emulation of MXU Q8MAC Q8MACSU instructions
  target/mips: Add emulation of MXU Q16SCOP instruction
  target/mips: Add emulation of MXU Q8MADL instruction
  target/mips: Add emulation of MXU S32SFL instruction
  target/mips: Add emulation of MXU Q8SAD instruction

 target/mips/cpu-defs.c.inc      |   46 +
 target/mips/tcg/mxu_translate.c | 3935 +++++++++++++++++++++++++++++--
 target/mips/tcg/translate.c     |    7 +-
 3 files changed, 3787 insertions(+), 201 deletions(-)

-- 
2.40.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]