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

2025-06-26 Thread Aleksandar Rakic
Hi, This patch adds support for emulation of CRC32 instructions for the Mips target in QEMU, adds tests, and enables CRC for mips64r6. The CRC32 instructions are available in MD00087 Revision 6.06. The disassembly for crc32 is hidden in commit 99029be1c28. New opcode is implemented in decodetree f

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

2025-06-26 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