mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-01-31 12:24:23 +01: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 | ||
| A64 | ||
| decoder | ||
| ir | ||