[PATCH v4 0/3] Improve Mips target

2025-02-14 Thread Aleksandar Rakic
Hi, This patch series adds support for emulation of CRC32 instructions for the Mips target in QEMU, skips NaN mode check for soft-float, and adds a CLI flag for enabling an MSA feature. The CRC32 instructions are available in MD00087 Revision 6.06. Since the disassembly for crc32 is hidden in com

[PATCH v4 0/3] Improve Mips target

2025-02-14 Thread Aleksandar Rakic
From: Aleksandar Rakic Aleksandar Rakic (3): Add support for emulation of CRC32 instructions Skip NaN mode check for soft-float target/mips: Enable MSA ASE using a CLI flag linux-user/mips/cpu_loop.c| 6 +- target/mips/cpu.c | 16 ++ targ