mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-10 20:42:59 +00:00
By far, one of the most common things to check for is whether or not a value is zero, as it typically allows folding away unnecesary operations (other close contenders that can help with eliding operations are 1 and -1). So instead of requiring a check for an immediate and then actually retrieving the integral value and checking it, we can wrap it within a function to make it more convenient. |
||
|---|---|---|
| .. | ||
| 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 | ||