[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/4] Improve Mips target
From: |
Aleksandar Rakic |
Subject: |
[PATCH v3 0/4] Improve Mips target |
Date: |
Tue, 12 Nov 2024 17:41:26 +0100 |
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