dynarmic/src/frontend
Lioncash 4a3c064b15 ir/value: Add an IsZero() member function to Value's interface
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.
2020-04-22 20:57:37 +01:00
..
A32 A32/ir_emitter: Bugfix: ExceptionRaised was producing incorrect PC 2020-04-22 20:56:01 +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 an IsZero() member function to Value's interface 2020-04-22 20:57:37 +01:00