dynarmic/src/frontend
Lioncash f40fcda1f6 ir/value: Add member function to check whether or not all bits of a contained value are set
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.
2020-04-22 20:55:50 +01:00
..
A32 IR: Add fbits argument to FixedToFP-related opcodes 2020-04-22 20:55:06 +01:00
A64 Fix VShift terminology 2020-04-22 20:55:50 +01:00
decoder decoders: Cast to correctly-sized type before shifting 2020-04-22 20:55:50 +01:00
ir ir/value: Add member function to check whether or not all bits of a contained value are set 2020-04-22 20:55:50 +01:00