mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-13 13:37:02 +00:00
generate_jit_assets.py expands the automatated code generation to include: - Opcode enumerations in arm32_opcodes.h. - Decoder lookup tables in arm32_table.c - Computed-goto jump tables foe the interpreter in handler_table.inc. Relocates arm32.inc to src/jit/common/a32_instructions.inc. Implements the primary execution loop in src/jit/interpreter/arm32/instruction.c. The code is messy and will be rewritten in the future. Signed-off-by: Ronald Caesar <github43132@proton.me> |
||
|---|---|---|
| .. | ||
| generate_jit_assets.py | ||
| generate_jit_decoder_tests.py | ||
| log.sh | ||
| setup_submodules.sh | ||
| update_submodule.sh | ||