pound-emu_pound/scripts
Ronald Caesar d1e3919a8c
jit/decoder: Add generated arm32 tests
Introduces the first unit tests for the ARM32 JIT decoder. A new script
automatically generates a test case for every instruction in arm32.inc,
providing 100% of the isa.

This also includes a critical rework of the decoder's lookup table
generation logic. The previous hashing method was flawed, causing
build-time overflows and incorrect instruction matching (shadowing) for
patterns with wildcards. The new algorithm correctly populates the
lookup table.

Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-11-30 06:14:03 -04:00
..
generate_decoder_tests.py jit/decoder: Add generated arm32 tests 2025-11-30 06:14:03 -04:00
generate_jit_decoder_a32_table.py jit/decoder: Add generated arm32 tests 2025-11-30 06:14:03 -04:00
log.sh Big Commit 2025-09-27 09:16:49 -04:00
setup_submodules.sh Big Commit 2025-09-27 09:16:49 -04:00
update_submodule.sh Big Commit 2025-09-27 09:16:49 -04:00