mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-12 21:12:58 +00:00
Multiplication operations can currently be folded if: 1. Both arguments are known constant values 2. Either operand is zero (in which case the result is also zero) 3. Either operand is one (in which case the result is the non-one operand). |
||
|---|---|---|
| .. | ||
| 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 | ||