[PATCH v6 0/1] Add support for emulation of CRC32 instructions

2025-06-25 Thread Aleksandar Rakic
Hi, This patch adds support for emulation of CRC32 instructions for the Mips target in QEMU, and enables CRC for mips64r6. The CRC32 instructions are available in MD00087 Revision 6.06. Since the disassembly for crc32 is hidden in commit 99029be1c28, the new version of the patch is basically iden

[PATCH v6 0/1] Add support for emulation of CRC32 instructions

2025-06-25 Thread Aleksandar Rakic
From: Aleksandar Rakic Aleksandar Rakic (1): Add support for emulation of CRC32 instructions target/mips/cpu-defs.c.inc| 10 +- target/mips/helper.h | 2 + target/mips/meson.build | 1 + target/mips/tcg/op_helper.c