mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-28 18:25:12 +01: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. |
||
|---|---|---|
| .. | ||
| basic_block.cpp | ||
| basic_block.h | ||
| cond.h | ||
| ir_emitter.cpp | ||
| ir_emitter.h | ||
| location_descriptor.cpp | ||
| location_descriptor.h | ||
| microinstruction.cpp | ||
| microinstruction.h | ||
| opcodes.cpp | ||
| opcodes.h | ||
| opcodes.inc | ||
| terminal.h | ||
| type.cpp | ||
| type.h | ||
| value.cpp | ||
| value.h | ||