mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-04-05 14:25:36 +00:00
This is useful when we wish to know if a contained value is something like 0xFFFFFFFF, as this helps perform constant folding. For example the operation: x & 0xFFFFFFFF can be folded to just x in the 32-bit case. |
||
|---|---|---|
| .. | ||
| A32 | ||
| A64 | ||
| decoder | ||
| ir | ||