dynarmic/src
Lioncash c42f6ea184 constant_propagation_pass: Fold ZeroExtend{Type}ToLong opcodes if possible
These are equivalent to the ZeroExtendXToWord variants, so we can
trivially do this as well.
2020-04-22 20:57:37 +01:00
..
backend/x64 value: Move ImmediateToU64() to be a part of Value's interface 2020-04-22 20:55:50 +01:00
common ir: Add opcodes for performing unsigned reciprocal square root estimates 2020-04-22 20:55:05 +01:00
frontend ir/value: Add IsSignedImmediate() and IsUnsignedImmediate() functions to Value's interface 2020-04-22 20:57:37 +01:00
ir_opt constant_propagation_pass: Fold ZeroExtend{Type}ToLong opcodes if possible 2020-04-22 20:57:37 +01:00
CMakeLists.txt CMakeLists: Add missing cond.h header to file listing 2020-04-22 20:55:05 +01:00