[PATCH v3 0/4] Improve Mips target

Aleksandar Rakic posted 4 patches 1 week, 4 days ago
Only 0 patches received!
linux-user/mips/cpu_loop.c       |  6 ++++--
target/mips/cpu-defs.c.inc       |  4 +++-
target/mips/cpu.c                | 16 ++++++++++++++++
target/mips/cpu.h                |  1 +
target/mips/helper.h             |  2 ++
target/mips/internal.h           |  2 +-
target/mips/meson.build          |  1 +
target/mips/tcg/op_helper.c      | 26 ++++++++++++++++++++++++++
target/mips/tcg/rel6.decode      |  5 +++++
target/mips/tcg/rel6_translate.c | 14 ++++++++++++++
target/mips/tcg/translate.c      | 25 +++++++++++++++++++++++++
target/mips/tcg/translate.h      |  3 +++
12 files changed, 101 insertions(+), 4 deletions(-)
[PATCH v3 0/4] Improve Mips target
Posted by Aleksandar Rakic 1 week, 4 days ago
Aleksandar Rakic (4):
  Add support for emulation of CRC32 instructions
  Skip NaN mode check for soft-float
  target/mips: Enable MSA ASE using a CLI flag
  target/mips: Enable MSA ASE for mips64R2-generic

 linux-user/mips/cpu_loop.c       |  6 ++++--
 target/mips/cpu-defs.c.inc       |  4 +++-
 target/mips/cpu.c                | 16 ++++++++++++++++
 target/mips/cpu.h                |  1 +
 target/mips/helper.h             |  2 ++
 target/mips/internal.h           |  2 +-
 target/mips/meson.build          |  1 +
 target/mips/tcg/op_helper.c      | 26 ++++++++++++++++++++++++++
 target/mips/tcg/rel6.decode      |  5 +++++
 target/mips/tcg/rel6_translate.c | 14 ++++++++++++++
 target/mips/tcg/translate.c      | 25 +++++++++++++++++++++++++
 target/mips/tcg/translate.h      |  3 +++
 12 files changed, 101 insertions(+), 4 deletions(-)

-- 
2.34.1