mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-27 01:34:55 +01:00
These optimizations can also apply to the 64-bit variants of the shift opcodes; we just need to check if the instruction has an associated pseudo-op before performing the 32-bit variant's specifics. While we're at it, we can also relocate the code to its own function like the rest of the cases to keep organization consistent. |
||
|---|---|---|
| .. | ||
| a32_constant_memory_reads_pass.cpp | ||
| a32_get_set_elimination_pass.cpp | ||
| a64_callback_config_pass.cpp | ||
| a64_get_set_elimination_pass.cpp | ||
| a64_merge_interpret_blocks.cpp | ||
| constant_propagation_pass.cpp | ||
| dead_code_elimination_pass.cpp | ||
| passes.h | ||
| verification_pass.cpp | ||