]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/tcg/mips: Add tests for MIPS CRC32[c] instructions
authorAleksandar Rakic <aleksandar.rakic@htecgroup.com>
Fri, 14 Feb 2025 17:37:42 +0000 (17:37 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 14 Jul 2025 22:24:20 +0000 (00:24 +0200)
commitc083f1f3de93c80df757444aa22837f0a2db3172
tree9014d492b30cb71ba954f9a74207fc84c917b338
parent65a67f0fe5adcff442d80efba5094333f7ed7a21
tests/tcg/mips: Add tests for MIPS CRC32[c] instructions

Signed-off-by: Yongbok Kim <yongbok.kim@mips.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Aleksandar Rakic <aleksandar.rakic@htecgroup.com>
Reviewed-by: Aleksandar Rikalo <arikalo@gmail.com>
Message-ID: <20250214173702.2308488-3-aleksandar.rakic@htecgroup.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
tests/tcg/mips/include/wrappers_mips64r6.h
tests/tcg/mips/user/isa/mips64r6/crc/Makefile [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32b.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32cb.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32cd.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32ch.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32cw.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32d.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32h.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32w.c [new file with mode: 0644]